#B52653

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

Shades of Old Rose #B52653

Tints of Old Rose #B52653

Color information

#B52653 (or 0xB52653) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 53. RGB value is (181,38,83). Sum of RGB (Red+Green+Blue) = 181+38+83=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B52653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52653 is #4AD9AC. Grayscale: #555555. Windows color (decimal): -4905389 or 5449397. OLE color: 5449397.

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

Color convert

RGB1813883-
CMYK00.790.540.29
HSL341.12º65.3%42.94%-
HSV(B)341.12º79.01%70.98%-
XYZ21.3111.839.34-
YUV85.89126.38195.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=59.93%
G=12.58%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181388300.790.540.29341.1265.342.94
HexB5265304F361D155412b
Octal265461230117663552510153
Binary10110101100110101001101001111110110111011010101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52653; }

 p { color: rgb(181,38,83); }

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

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

 a { background-color: rgb(181,38,83); }

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

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

 span { border-color: rgb(181,38,83); }

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