#B52F3B

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

Shades of Brick Red #B52F3B

Tints of Brick Red #B52F3B

Color information

#B52F3B (or 0xB52F3B) is unknown color: approx Brick Red. HEX triplet: B5, 2F and 3B. RGB value is (181,47,59). Sum of RGB (Red+Green+Blue) = 181+47+59=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F3B is #4AD0C4. Grayscale: #585858. Windows color (decimal): -4903109 or 3878837. OLE color: 3878837.

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

Color convert

RGB1814759-
CMYK00.740.670.29
HSL354.63º58.77%44.71%-
HSV(B)354.63º74.03%70.98%-
XYZ20.8612.175.39-
YUV88.43111.39194.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=63.07%
G=16.38%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181475900.740.670.29354.6358.7744.71
HexB52F3B04A431D1633b2d
Octal26557730112103355437355
Binary1011010110111111101101001010100001111101101100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F3B; }

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

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

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

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

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

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

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

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