#B62D17

Color #B62D17 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B62D17

Tints of Fire Brick #B62D17

Color information

#B62D17 (or 0xB62D17) is unknown color: approx Fire Brick. HEX triplet: B6, 2D and 17. RGB value is (182,45,23). Sum of RGB (Red+Green+Blue) = 182+45+23=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62D17 is #49D2E8. Grayscale: #535353. Windows color (decimal): -4838121 or 1519030. OLE color: 1519030.

HSL color Cylindrical-coordinate representation of color #B62D17: hue angle of 8.3º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B62D17 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1824523-
CMYK00.750.870.29
HSL8.3º77.56%40.2%-
HSV(B)8.3º87.36%71.37%-
XYZ20.3811.882.03-
YUV83.4693.89198.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 72.8%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=72.8%
G=18%
B=9.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182452300.750.870.298.377.5640.2
HexB62D1704B571D84e28
Octal26655270113127351011650
Binary10110110101101101110100101110101111110110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D17; }

 p { color: rgb(182,45,23); }

 H1.HeaderClassName
 {
   color: #B62D17;
 }
 .AnyTagClassName
 {
   color: #B62D17;
 }
</style>
background-color css

<style>
 a { background-color: #B62D17; }

 a { background-color: rgb(182,45,23); }

 div.DivClassName
 {
   background-color: #B62D17;
 }
 .BgClassName
 {
   background-color: #B62D17;
 }
</style>
border-color css

<style>
 span { border-color: #B62D17; }

 span { border-color: rgb(182,45,23); }

 td.TdClassName
 {
   border-color: #B62D17;
 }
 .TagClassName
 {
   border-color: #B62D17;
 }
</style>