#B12919

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

Shades of Fire Brick #B12919

Tints of Fire Brick #B12919

Color information

#B12919 (or 0xB12919) is unknown color: approx Fire Brick. HEX triplet: B1, 29 and 19. RGB value is (177,41,25). Sum of RGB (Red+Green+Blue) = 177+41+25=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B12919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12919 is #4ED6E6. Grayscale: #505050. Windows color (decimal): -5166823 or 1649073. OLE color: 1649073.

HSL color Cylindrical-coordinate representation of color #B12919: hue angle of 6.32º 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 #B12919 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1774125-
CMYK00.770.860.31
HSL6.32º75.25%39.61%-
HSV(B)6.32º85.88%69.41%-
XYZ19.1112.04-
YUV79.8497.06197.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.84%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=72.84%
G=16.87%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177412500.770.860.316.3275.2539.61
HexB1291904D561F64b28
Octal2615131011512637611350
Binary1011000110100111001010011011010110111111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12919; }

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

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

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

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

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

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

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

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