#B52854

Color #B52854 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B52854

Tints of Old Rose #B52854

Color information

#B52854 (or 0xB52854) is unknown color: approx Old Rose. HEX triplet: B5, 28 and 54. RGB value is (181,40,84). Sum of RGB (Red+Green+Blue) = 181+40+84=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B52854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52854 is #4AD7AB. Grayscale: #575757. Windows color (decimal): -4904876 or 5515445. OLE color: 5515445.

HSL color Cylindrical-coordinate representation of color #B52854: hue angle of 341.28º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52854 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1814084-
CMYK00.780.540.29
HSL341.28º63.8%43.33%-
HSV(B)341.28º77.9%70.98%-
XYZ21.4211.989.57-
YUV87.17126.21194.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=59.34%
G=13.11%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181408400.780.540.29341.2863.843.33
HexB5285404E361D155402b
Octal265501240116663552510053
Binary10110101101000101010001001110110110111011010101011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52854; }

 p { color: rgb(181,40,84); }

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

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

 a { background-color: rgb(181,40,84); }

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

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

 span { border-color: rgb(181,40,84); }

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