#B91C0C

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

Shades of Fire Brick #B91C0C

Tints of Fire Brick #B91C0C

Color information

#B91C0C (or 0xB91C0C) is unknown color: approx Fire Brick. HEX triplet: B9, 1C and 0C. RGB value is (185,28,12). Sum of RGB (Red+Green+Blue) = 185+28+12=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91C0C is #46E3F3. Grayscale: #494949. Windows color (decimal): -4645876 or 793785. OLE color: 793785.

HSL color Cylindrical-coordinate representation of color #B91C0C: hue angle of 5.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B91C0C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1852812-
CMYK00.850.940.27
HSL5.55º87.82%38.63%-
HSV(B)5.55º93.51%72.55%-
XYZ20.4911.171.42-
YUV73.1293.51207.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 82.22%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=82.22%
G=12.44%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185281200.850.940.275.5587.8238.63
HexB91CC0555E1B65827
Octal2713414012513633613047
Binary10111001111001100010101011011110110111101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91C0C; }

 p { color: rgb(185,28,12); }

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

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

 a { background-color: rgb(185,28,12); }

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

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

 span { border-color: rgb(185,28,12); }

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