#B52F3A

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

Shades of Brick Red #B52F3A

Tints of Brick Red #B52F3A

Color information

#B52F3A (or 0xB52F3A) is unknown color: approx Brick Red. HEX triplet: B5, 2F and 3A. RGB value is (181,47,58). Sum of RGB (Red+Green+Blue) = 181+47+58=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F3A is #4AD0C5. Grayscale: #585858. Windows color (decimal): -4903110 or 3813301. OLE color: 3813301.

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

Color convert

RGB1814758-
CMYK00.740.680.29
HSL355.07º58.77%44.71%-
HSV(B)355.07º74.03%70.98%-
XYZ20.8412.165.25-
YUV88.32110.89194.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.29%
GREEN value IS 47 (18.75% from 255) = 16.43%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=63.29%
G=16.43%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181475800.740.680.29355.0758.7744.71
HexB52F3A04A441D1633b2d
Octal26557720112104355437355
Binary1011010110111111101001001010100010011101101100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F3A; }

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

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

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

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

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

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

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

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