#B12B19

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

Shades of Fire Brick #B12B19

Tints of Fire Brick #B12B19

Color information

#B12B19 (or 0xB12B19) is unknown color: approx Fire Brick. HEX triplet: B1, 2B and 19. RGB value is (177,43,25). Sum of RGB (Red+Green+Blue) = 177+43+25=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12B19 is #4ED4E6. Grayscale: #515151. Windows color (decimal): -5166311 or 1649585. OLE color: 1649585.

HSL color Cylindrical-coordinate representation of color #B12B19: hue angle of 7.11º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B12B19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1774325-
CMYK00.760.860.31
HSL7.11º75.25%39.61%-
HSV(B)7.11º85.88%69.41%-
XYZ19.1711.152.06-
YUV81.0196.39196.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.24%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=72.24%
G=17.55%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177432500.760.860.317.1175.2539.61
HexB12B1904C561F74b28
Octal2615331011412637711350
Binary1011000110101111001010011001010110111111111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B19; }

 p { color: rgb(177,43,25); }

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

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

 a { background-color: rgb(177,43,25); }

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

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

 span { border-color: rgb(177,43,25); }

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