#B52D28

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

Shades of Fire Brick #B52D28

Tints of Fire Brick #B52D28

Color information

#B52D28 (or 0xB52D28) is unknown color: approx Fire Brick. HEX triplet: B5, 2D and 28. RGB value is (181,45,40). Sum of RGB (Red+Green+Blue) = 181+45+40=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D28 is #4AD2D7. Grayscale: #555555. Windows color (decimal): -4903640 or 2633141. OLE color: 2633141.

HSL color Cylindrical-coordinate representation of color #B52D28: hue angle of 2.13º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52D28 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1814540-
CMYK00.750.780.29
HSL2.13º63.8%43.33%-
HSV(B)2.13º77.9%70.98%-
XYZ20.3811.853.22-
YUV85.09102.56196.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.05%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=68.05%
G=16.92%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181454000.750.780.292.1363.843.33
HexB52D2804B4E1D2402b
Octal2655550011311635210053
Binary1011010110110110100001001011100111011101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52D28; }

 p { color: rgb(181,45,40); }

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

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

 a { background-color: rgb(181,45,40); }

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

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

 span { border-color: rgb(181,45,40); }

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