Html Css Color HEX #B91817 Fire Brick

📋 copy color: '#B91817'

red 185 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #B91817

Tints of Fire Brick #B91817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 79.74%
G = 10.34%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B91817 (or 0xB91817) is known color: Fire Brick. HEX triplet: B9, 18 and 17. RGB value is (185,24,23). Sum of RGB (Red+Green+Blue) = 185+24+23=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B91817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91817 is #46E7E8. Grayscale: #484848. Windows color (decimal): -4646889 or 1513657. OLE color: 1513657.

HSL color Cylindrical-coordinate representation of color #B91817: hue angle of 0.37º 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 #B91817 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 23 -
CMYK 0 0.87 0.88 0.27
HSL 0.37º 0.78% 0.41% -
HSV(B) 0.37º 0.88% 0.73% -
XYZ 20.49 11.03 1.86 -
YUV 72.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 185 24 23 0 0.87 0.88 0.27 0.37 0.78 0.41
Hex B9 18 17 0 57 58 1B 0 4E 29
Octal 271 30 27 0 127 130 33 0 116 51
Binary 10111001 11000 10111 0 1010111 1011000 11011 0 1001110 101001

Color Harmonies of #B91817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91817

Black with #B91817

Text Example


Text Example

White with #B91817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91817; }

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

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

background-color css

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

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

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

border-color css

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

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

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