Html Css Color HEX #B91B17 Fire Brick

📋 copy color: '#B91B17'

red 185 ◦ green 27 ◦ blue 23

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

Shades of Fire Brick #B91B17

Tints of Fire Brick #B91B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.49%

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

R = 78.72%
G = 11.49%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B91B17 (or 0xB91B17) is known color: Fire Brick. HEX triplet: B9, 1B and 17. RGB value is (185,27,23). Sum of RGB (Red+Green+Blue) = 185+27+23=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91B17 is #46E4E8. Grayscale: #494949. Windows color (decimal): -4646121 or 1514425. OLE color: 1514425.

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

Color convert

RGB 185 27 23 -
CMYK 0 0.85 0.88 0.27
HSL 1.48º 0.78% 0.41% -
HSV(B) 1.48º 0.88% 0.73% -
XYZ 20.55 11.16 1.88 -
YUV 73.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 185 27 23 0 0.85 0.88 0.27 1.48 0.78 0.41
Hex B9 1B 17 0 55 58 1B 1 4E 29
Octal 271 33 27 0 125 130 33 1 116 51
Binary 10111001 11011 10111 0 1010101 1011000 11011 1 1001110 101001

Color Harmonies of #B91B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B17

Black with #B91B17

Text Example


Text Example

White with #B91B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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