Html Css Color HEX #B91311 Fire Brick

📋 copy color: '#B91311'

red 185 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #B91311

Tints of Fire Brick #B91311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 83.71%
G = 8.6%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B91311 (or 0xB91311) is known color: Fire Brick. HEX triplet: B9, 13 and 11. RGB value is (185,19,17). Sum of RGB (Red+Green+Blue) = 185+19+17=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B91311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91311 is #46ECEE. Grayscale: #444444. Windows color (decimal): -4648175 or 1119161. OLE color: 1119161.

HSL color Cylindrical-coordinate representation of color #B91311: hue angle of 0.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91311 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 17 -
CMYK 0 0.90 0.91 0.27
HSL 0.71º 0.83% 0.4% -
HSV(B) 0.71º 0.91% 0.73% -
XYZ 20.34 10.82 1.55 -
YUV 68.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 185 19 17 0 0.90 0.91 0.27 0.71 0.83 0.4
Hex B9 13 11 0 5A 5B 1B 1 53 28
Octal 271 23 21 0 132 133 33 1 123 50
Binary 10111001 10011 10001 0 1011010 1011011 11011 1 1010011 101000

Color Harmonies of #B91311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91311

Black with #B91311

Text Example


Text Example

White with #B91311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91311; }

 p { color: rgb(185,19,17); }

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

background-color css

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

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

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

border-color css

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

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

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