Html Css Color HEX #B91717 Fire Brick

📋 copy color: '#B91717'

red 185 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #B91717

Tints of Fire Brick #B91717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

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

R = 80.09%
G = 9.96%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B91717 (or 0xB91717) is known color: Fire Brick. HEX triplet: B9, 17 and 17. RGB value is (185,23,23). Sum of RGB (Red+Green+Blue) = 185+23+23=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B91717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91717 is #46E8E8. Grayscale: #474747. Windows color (decimal): -4647145 or 1513401. OLE color: 1513401.

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

Color convert

RGB 185 23 23 -
CMYK 0 0.88 0.88 0.27
HSL 0.78% 0.41% -
HSV(B) 0.88% 0.73% -
XYZ 20.47 10.99 1.85 -
YUV 71.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 185 23 23 0 0.88 0.88 0.27 0 0.78 0.41
Hex B9 17 17 0 58 58 1B 0 4E 29
Octal 271 27 27 0 130 130 33 0 116 51
Binary 10111001 10111 10111 0 1011000 1011000 11011 0 1001110 101001

Color Harmonies of #B91717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91717

Black with #B91717

Text Example


Text Example

White with #B91717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91717; }

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

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

background-color css

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

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

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

border-color css

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

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

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