Html Css Color HEX #B81716 Fire Brick

📋 copy color: '#B81716'

red 184 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #B81716

Tints of Fire Brick #B81716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 80.35%
G = 10.04%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B81716 (or 0xB81716) is known color: Fire Brick. HEX triplet: B8, 17 and 16. RGB value is (184,23,22). Sum of RGB (Red+Green+Blue) = 184+23+22=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81716 is #47E8E9. Grayscale: #474747. Windows color (decimal): -4712682 or 1447864. OLE color: 1447864.

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

Color convert

RGB 184 23 22 -
CMYK 0 0.88 0.88 0.28
HSL 0.37º 0.79% 0.4% -
HSV(B) 0.37º 0.88% 0.72% -
XYZ 20.22 10.86 1.79 -
YUV 71.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 184 23 22 0 0.88 0.88 0.28 0.37 0.79 0.4
Hex B8 17 16 0 58 58 1C 0 4F 28
Octal 270 27 26 0 130 130 34 0 117 50
Binary 10111000 10111 10110 0 1011000 1011000 11100 0 1001111 101000

Color Harmonies of #B81716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81716

Black with #B81716

Text Example


Text Example

White with #B81716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81716; }

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

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

background-color css

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

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

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

border-color css

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

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

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