#B52311

Color #B52311 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B52311

Tints of Fire Brick #B52311

Color information

#B52311 (or 0xB52311) is unknown color: approx Fire Brick. HEX triplet: B5, 23 and 11. RGB value is (181,35,17). Sum of RGB (Red+Green+Blue) = 181+35+17=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B52311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52311 is #4ADCEE. Grayscale: #4C4C4C. Windows color (decimal): -4906223 or 1123253. OLE color: 1123253.

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

Color convert

RGB1813517-
CMYK00.810.910.29
HSL6.59º82.83%38.82%-
HSV(B)6.59º90.61%70.98%-
XYZ19.7611.071.62-
YUV76.694.37202.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.68%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=77.68%
G=15.02%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181351700.810.910.296.5982.8338.82
HexB523110515B1D75327
Octal2654321012113335712347
Binary1011010110001110001010100011011011111011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52311; }

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

 H1.HeaderClassName
 {
   color: #B52311;
 }
 .AnyTagClassName
 {
   color: #B52311;
 }
</style>
background-color css

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

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

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

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

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

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