Html Css Color HEX #B52116 Fire Brick

📋 copy color: '#B52116'

red 181 ◦ green 33 ◦ blue 22

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

Shades of Fire Brick #B52116

Tints of Fire Brick #B52116

RGB

 RED value IS 181 (71.09% from 255) = 76.69%

 GREEN value IS 33 (13.28% from 255) = 13.98%

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

R = 76.69%
G = 13.98%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B52116 (or 0xB52116) is known color: Fire Brick. HEX triplet: B5, 21 and 16. RGB value is (181,33,22). Sum of RGB (Red+Green+Blue) = 181+33+22=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B52116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52116 is #4ADEE9. Grayscale: #4C4C4C. Windows color (decimal): -4906730 or 1450421. OLE color: 1450421.

HSL color Cylindrical-coordinate representation of color #B52116: hue angle of 4.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B52116 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 22 -
CMYK 0 0.82 0.88 0.29
HSL 4.15º 0.78% 0.4% -
HSV(B) 4.15º 0.88% 0.71% -
XYZ 19.74 10.97 1.84 -
YUV 76 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 181 33 22 0 0.82 0.88 0.29 4.15 0.78 0.4
Hex B5 21 16 0 52 58 1D 4 4E 28
Octal 265 41 26 0 122 130 35 4 116 50
Binary 10110101 100001 10110 0 1010010 1011000 11101 100 1001110 101000

Color Harmonies of #B52116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52116

Black with #B52116

Text Example


Text Example

White with #B52116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52116; }

 p { color: rgb(181,33,22); }

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

background-color css

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

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

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

border-color css

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

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

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