Html Css Color HEX #B81212 Fire Brick

📋 copy color: '#B81212'

red 184 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #B81212

Tints of Fire Brick #B81212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 83.64%
G = 8.18%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81212 (or 0xB81212) is known color: Fire Brick. HEX triplet: B8, 12 and 12. RGB value is (184,18,18). Sum of RGB (Red+Green+Blue) = 184+18+18=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B81212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81212 is #47EDED. Grayscale: #434343. Windows color (decimal): -4713966 or 1184440. OLE color: 1184440.

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

Color convert

RGB 184 18 18 -
CMYK 0 0.90 0.90 0.28
HSL 0.82% 0.4% -
HSV(B) 0.9% 0.72% -
XYZ 20.09 10.67 1.57 -
YUV 67.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 184 18 18 0 0.90 0.90 0.28 0 0.82 0.4
Hex B8 12 12 0 5A 5A 1C 0 52 28
Octal 270 22 22 0 132 132 34 0 122 50
Binary 10111000 10010 10010 0 1011010 1011010 11100 0 1010010 101000

Color Harmonies of #B81212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81212

Black with #B81212

Text Example


Text Example

White with #B81212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81212; }

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

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

background-color css

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

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

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

border-color css

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

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

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