#B52A1E

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

Shades of Fire Brick #B52A1E

Tints of Fire Brick #B52A1E

Color information

#B52A1E (or 0xB52A1E) is unknown color: approx Fire Brick. HEX triplet: B5, 2A and 1E. RGB value is (181,42,30). Sum of RGB (Red+Green+Blue) = 181+42+30=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A1E is #4AD5E1. Grayscale: #525252. Windows color (decimal): -4904418 or 1977013. OLE color: 1977013.

HSL color Cylindrical-coordinate representation of color #B52A1E: hue angle of 4.77º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B52A1E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1814230-
CMYK00.770.830.29
HSL4.77º71.56%41.37%-
HSV(B)4.77º83.43%70.98%-
XYZ20.1211.572.4-
YUV82.1998.55198.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.54%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=71.54%
G=16.60%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181423000.770.830.294.7771.5641.37
HexB52A1E04D531D54829
Octal2655236011512335511051
Binary1011010110101011110010011011010011111011011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A1E; }

 p { color: rgb(181,42,30); }

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

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

 a { background-color: rgb(181,42,30); }

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

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

 span { border-color: rgb(181,42,30); }

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