#B52F3E

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

Shades of Brick Red #B52F3E

Tints of Brick Red #B52F3E

Color information

#B52F3E (or 0xB52F3E) is unknown color: approx Brick Red. HEX triplet: B5, 2F and 3E. RGB value is (181,47,62). Sum of RGB (Red+Green+Blue) = 181+47+62=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F3E is #4AD0C1. Grayscale: #585858. Windows color (decimal): -4903106 or 4075445. OLE color: 4075445.

HSL color Cylindrical-coordinate representation of color #B52F3E: hue angle of 353.28º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F3E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1814762-
CMYK00.740.660.29
HSL353.28º58.77%44.71%-
HSV(B)353.28º74.03%70.98%-
XYZ20.9412.25.81-
YUV88.78112.89193.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.41%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=62.41%
G=16.21%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181476200.740.660.29353.2858.7744.71
HexB52F3E04A421D1613b2d
Octal26557760112102355417355
Binary1011010110111111111001001010100001011101101100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F3E; }

 p { color: rgb(181,47,62); }

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

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

 a { background-color: rgb(181,47,62); }

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

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

 span { border-color: rgb(181,47,62); }

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