Html Css Color HEX #B52210 Fire Brick

📋 copy color: '#B52210'

red 181 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #B52210

Tints of Fire Brick #B52210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 78.35%
G = 14.72%
B = 6.93%

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

#B52210 (or 0xB52210) is known color: Fire Brick. HEX triplet: B5, 22 and 10. RGB value is (181,34,16). Sum of RGB (Red+Green+Blue) = 181+34+16=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B52210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52210 is #4ADDEF. Grayscale: #4C4C4C. Windows color (decimal): -4906480 or 1057461. OLE color: 1057461.

HSL color Cylindrical-coordinate representation of color #B52210: hue angle of 6.55º degrees, saturation: 0.84, 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 #B52210 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 16 -
CMYK 0 0.81 0.91 0.29
HSL 6.55º 0.84% 0.39% -
HSV(B) 6.55º 0.91% 0.71% -
XYZ 19.72 11.01 1.57 -
YUV 75.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 181 34 16 0 0.81 0.91 0.29 6.55 0.84 0.39
Hex B5 22 10 0 51 5B 1D 7 54 27
Octal 265 42 20 0 121 133 35 7 124 47
Binary 10110101 100010 10000 0 1010001 1011011 11101 111 1010100 100111

Color Harmonies of #B52210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52210

Black with #B52210

Text Example


Text Example

White with #B52210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52210; }

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

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

background-color css

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

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

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

border-color css

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

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

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