Html Css Color HEX #B52B16 Fire Brick

📋 copy color: '#B52B16'

red 181 ◦ green 43 ◦ blue 22

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

Shades of Fire Brick #B52B16

Tints of Fire Brick #B52B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 73.58%
G = 17.48%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B52B16 (or 0xB52B16) is known color: Fire Brick. HEX triplet: B5, 2B and 16. RGB value is (181,43,22). Sum of RGB (Red+Green+Blue) = 181+43+22=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B16 is #4AD4E9. Grayscale: #525252. Windows color (decimal): -4904170 or 1452981. OLE color: 1452981.

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

Color convert

RGB 181 43 22 -
CMYK 0 0.76 0.88 0.29
HSL 7.92º 0.78% 0.4% -
HSV(B) 7.92º 0.88% 0.71% -
XYZ 20.06 11.61 1.94 -
YUV 81.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 181 43 22 0 0.76 0.88 0.29 7.92 0.78 0.4
Hex B5 2B 16 0 4C 58 1D 8 4E 28
Octal 265 53 26 0 114 130 35 10 116 50
Binary 10110101 101011 10110 0 1001100 1011000 11101 1000 1001110 101000

Color Harmonies of #B52B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B16

Black with #B52B16

Text Example


Text Example

White with #B52B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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