Html Css Color HEX #B81712 Fire Brick

📋 copy color: '#B81712'

red 184 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #B81712

Tints of Fire Brick #B81712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 81.78%
G = 10.22%
B = 8%

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

#B81712 (or 0xB81712) is known color: Fire Brick. HEX triplet: B8, 17 and 12. RGB value is (184,23,18). Sum of RGB (Red+Green+Blue) = 184+23+18=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81712 is #47E8ED. Grayscale: #464646. Windows color (decimal): -4712686 or 1185720. OLE color: 1185720.

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

Color convert

RGB 184 23 18 -
CMYK 0 0.88 0.90 0.28
HSL 1.81º 0.82% 0.4% -
HSV(B) 1.81º 0.9% 0.72% -
XYZ 20.18 10.85 1.6 -
YUV 70.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 184 23 18 0 0.88 0.90 0.28 1.81 0.82 0.4
Hex B8 17 12 0 58 5A 1C 2 52 28
Octal 270 27 22 0 130 132 34 2 122 50
Binary 10111000 10111 10010 0 1011000 1011010 11100 10 1010010 101000

Color Harmonies of #B81712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81712

Black with #B81712

Text Example


Text Example

White with #B81712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81712; }

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

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

background-color css

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

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

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

border-color css

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

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

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