Html Css Color HEX #B52211 Fire Brick

📋 copy color: '#B52211'

red 181 ◦ green 34 ◦ blue 17

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

Shades of Fire Brick #B52211

Tints of Fire Brick #B52211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 78.02%
G = 14.66%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B52211 (or 0xB52211) is known color: Fire Brick. HEX triplet: B5, 22 and 11. RGB value is (181,34,17). Sum of RGB (Red+Green+Blue) = 181+34+17=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52211 is #4ADDEE. Grayscale: #4C4C4C. Windows color (decimal): -4906479 or 1122997. OLE color: 1122997.

HSL color Cylindrical-coordinate representation of color #B52211: hue angle of 6.22º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B52211 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 17 -
CMYK 0 0.81 0.91 0.29
HSL 6.22º 0.83% 0.39% -
HSV(B) 6.22º 0.91% 0.71% -
XYZ 19.73 11.01 1.62 -
YUV 76.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 181 34 17 0 0.81 0.91 0.29 6.22 0.83 0.39
Hex B5 22 11 0 51 5B 1D 6 53 27
Octal 265 42 21 0 121 133 35 6 123 47
Binary 10110101 100010 10001 0 1010001 1011011 11101 110 1010011 100111

Color Harmonies of #B52211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52211

Black with #B52211

Text Example


Text Example

White with #B52211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52211; }

 p { color: rgb(181,34,17); }

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

background-color css

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

 a { background-color: rgb(181,34,17); }

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

border-color css

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

 span { border-color: rgb(181,34,17); }

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