Html Css Color HEX #B81211 Fire Brick

📋 copy color: '#B81211'

red 184 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #B81211

Tints of Fire Brick #B81211

RGB

 RED value IS 184 (72.27% from 255) = 84.02%

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 84.02%
G = 8.22%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81211 (or 0xB81211) is known color: Fire Brick. HEX triplet: B8, 12 and 11. RGB value is (184,18,17). Sum of RGB (Red+Green+Blue) = 184+18+17=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B81211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81211 is #47EDEE. Grayscale: #434343. Windows color (decimal): -4713967 or 1118904. OLE color: 1118904.

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

Color convert

RGB 184 18 17 -
CMYK 0 0.90 0.91 0.28
HSL 0.36º 0.83% 0.39% -
HSV(B) 0.36º 0.91% 0.72% -
XYZ 20.08 10.66 1.53 -
YUV 67.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 184 18 17 0 0.90 0.91 0.28 0.36 0.83 0.39
Hex B8 12 11 0 5A 5B 1C 0 53 27
Octal 270 22 21 0 132 133 34 0 123 47
Binary 10111000 10010 10001 0 1011010 1011011 11100 0 1010011 100111

Color Harmonies of #B81211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81211

Black with #B81211

Text Example


Text Example

White with #B81211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81211; }

 p { color: rgb(184,18,17); }

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

background-color css

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

 a { background-color: rgb(184,18,17); }

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

border-color css

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

 span { border-color: rgb(184,18,17); }

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