#B52C25

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

Shades of Fire Brick #B52C25

Tints of Fire Brick #B52C25

Color information

#B52C25 (or 0xB52C25) is unknown color: approx Fire Brick. HEX triplet: B5, 2C and 25. RGB value is (181,44,37). Sum of RGB (Red+Green+Blue) = 181+44+37=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C25 is #4AD3DA. Grayscale: #545454. Windows color (decimal): -4903899 or 2436277. OLE color: 2436277.

HSL color Cylindrical-coordinate representation of color #B52C25: hue angle of 2.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52C25 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1814437-
CMYK00.760.800.29
HSL2.92º66.06%42.75%-
HSV(B)2.92º79.56%70.98%-
XYZ20.2911.762.95-
YUV84.16101.39197.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.08%
GREEN value IS 44 (17.58% from 255) = 16.79%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=69.08%
G=16.79%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181443700.760.800.292.9266.0642.75
HexB52C2504C501D3422b
Octal2655445011412035310253
Binary1011010110110010010101001100101000011101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52C25; }

 p { color: rgb(181,44,37); }

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

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

 a { background-color: rgb(181,44,37); }

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

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

 span { border-color: rgb(181,44,37); }

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