Html Css Color HEX #B91917 Fire Brick

📋 copy color: '#B91917'

red 185 ◦ green 25 ◦ blue 23

#B91917
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B91917

Tints of Fire Brick #B91917

RGB

 RED value IS 185 (72.66% from 255) = 79.4%

 GREEN value IS 25 (10.16% from 255) = 10.73%

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 79.4%
G = 10.73%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B91917 (or 0xB91917) is known color: Fire Brick. HEX triplet: B9, 19 and 17. RGB value is (185,25,23). Sum of RGB (Red+Green+Blue) = 185+25+23=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B91917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91917 is #46E6E8. Grayscale: #484848. Windows color (decimal): -4646633 or 1513913. OLE color: 1513913.

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

Color convert

RGB 185 25 23 -
CMYK 0 0.86 0.88 0.27
HSL 0.74º 0.78% 0.41% -
HSV(B) 0.74º 0.88% 0.73% -
XYZ 20.51 11.07 1.87 -
YUV 72.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 185 25 23 0 0.86 0.88 0.27 0.74 0.78 0.41
Hex B9 19 17 0 56 58 1B 1 4E 29
Octal 271 31 27 0 126 130 33 1 116 51
Binary 10111001 11001 10111 0 1010110 1011000 11011 1 1001110 101001

Color Harmonies of #B91917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91917

Black with #B91917

Text Example


Text Example

White with #B91917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91917; }

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

 H1.HeaderClassName
 {
   color: #B91917;
 }
 .AnyTagClassName
 {
   color: #B91917;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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