#B91C19

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

Shades of Fire Brick #B91C19

Tints of Fire Brick #B91C19

Color information

#B91C19 (or 0xB91C19) is unknown color: approx Fire Brick. HEX triplet: B9, 1C and 19. RGB value is (185,28,25). Sum of RGB (Red+Green+Blue) = 185+28+25=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91C19 is #46E3E6. Grayscale: #4A4A4A. Windows color (decimal): -4645863 or 1645753. OLE color: 1645753.

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

Color convert

RGB1852825-
CMYK00.850.860.27
HSL1.12º76.19%41.18%-
HSV(B)1.12º86.49%72.55%-
XYZ20.611.212-
YUV74.6100.01206.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.73%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=77.73%
G=11.76%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185282500.850.860.271.1276.1941.18
HexB91C19055561B14c29
Octal2713431012512633111451
Binary1011100111100110010101010110101101101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91C19; }

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

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

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

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

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

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

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

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