#B62012

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

Shades of Fire Brick #B62012

Tints of Fire Brick #B62012

Color information

#B62012 (or 0xB62012) is unknown color: approx Fire Brick. HEX triplet: B6, 20 and 12. RGB value is (182,32,18). Sum of RGB (Red+Green+Blue) = 182+32+18=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B62012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62012 is #49DFED. Grayscale: #4B4B4B. Windows color (decimal): -4841454 or 1188022. OLE color: 1188022.

HSL color Cylindrical-coordinate representation of color #B62012: hue angle of 5.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B62012 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1823218-
CMYK00.820.900.29
HSL5.12º82%39.22%-
HSV(B)5.12º90.11%71.37%-
XYZ19.9211.021.65-
YUV75.2595.7204.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.45%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=78.45%
G=13.79%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182321800.820.900.295.128239.22
HexB620120525A1D55227
Octal2664022012213235512247
Binary1011011010000010010010100101011010111011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62012; }

 p { color: rgb(182,32,18); }

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

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

 a { background-color: rgb(182,32,18); }

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

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

 span { border-color: rgb(182,32,18); }

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