Html Css Color HEX #B81616 Fire Brick

📋 copy color: '#B81616'

red 184 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #B81616

Tints of Fire Brick #B81616

RGB

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

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

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

R = 80.7%
G = 9.65%
B = 9.65%

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

#B81616 (or 0xB81616) is known color: Fire Brick. HEX triplet: B8, 16 and 16. RGB value is (184,22,22). Sum of RGB (Red+Green+Blue) = 184+22+22=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B81616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81616 is #47E9E9. Grayscale: #464646. Windows color (decimal): -4712938 or 1447608. OLE color: 1447608.

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

Color convert

RGB 184 22 22 -
CMYK 0 0.88 0.88 0.28
HSL 0.79% 0.4% -
HSV(B) 0.88% 0.72% -
XYZ 20.2 10.82 1.78 -
YUV 70.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 184 22 22 0 0.88 0.88 0.28 0 0.79 0.4
Hex B8 16 16 0 58 58 1C 0 4F 28
Octal 270 26 26 0 130 130 34 0 117 50
Binary 10111000 10110 10110 0 1011000 1011000 11100 0 1001111 101000

Color Harmonies of #B81616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81616

Black with #B81616

Text Example


Text Example

White with #B81616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81616; }

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

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

background-color css

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

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

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

border-color css

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

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

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