Html Css Color HEX #B52112 Fire Brick

📋 copy color: '#B52112'

red 181 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #B52112

Tints of Fire Brick #B52112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 78.02%
G = 14.22%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B52112 (or 0xB52112) is known color: Fire Brick. HEX triplet: B5, 21 and 12. RGB value is (181,33,18). Sum of RGB (Red+Green+Blue) = 181+33+18=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52112 is #4ADEED. Grayscale: #4B4B4B. Windows color (decimal): -4906734 or 1188277. OLE color: 1188277.

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

Color convert

RGB 181 33 18 -
CMYK 0 0.82 0.90 0.29
HSL 5.52º 0.82% 0.39% -
HSV(B) 5.52º 0.9% 0.71% -
XYZ 19.71 10.96 1.65 -
YUV 75.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 181 33 18 0 0.82 0.90 0.29 5.52 0.82 0.39
Hex B5 21 12 0 52 5A 1D 6 52 27
Octal 265 41 22 0 122 132 35 6 122 47
Binary 10110101 100001 10010 0 1010010 1011010 11101 110 1010010 100111

Color Harmonies of #B52112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52112

Black with #B52112

Text Example


Text Example

White with #B52112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52112; }

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

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

background-color css

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

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

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

border-color css

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

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

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