Html Css Color HEX #B81612 Fire Brick

📋 copy color: '#B81612'

red 184 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #B81612

Tints of Fire Brick #B81612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 82.14%
G = 9.82%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81612 (or 0xB81612) is known color: Fire Brick. HEX triplet: B8, 16 and 12. RGB value is (184,22,18). Sum of RGB (Red+Green+Blue) = 184+22+18=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81612 is #47E9ED. Grayscale: #464646. Windows color (decimal): -4712942 or 1185464. OLE color: 1185464.

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

Color convert

RGB 184 22 18 -
CMYK 0 0.88 0.90 0.28
HSL 1.45º 0.82% 0.4% -
HSV(B) 1.45º 0.9% 0.72% -
XYZ 20.16 10.81 1.6 -
YUV 69.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 184 22 18 0 0.88 0.90 0.28 1.45 0.82 0.4
Hex B8 16 12 0 58 5A 1C 1 52 28
Octal 270 26 22 0 130 132 34 1 122 50
Binary 10111000 10110 10010 0 1011000 1011010 11100 1 1010010 101000

Color Harmonies of #B81612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81612

Black with #B81612

Text Example


Text Example

White with #B81612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81612; }

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

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

background-color css

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

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

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

border-color css

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

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

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