#B02A53

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

Shades of Old Rose #B02A53

Tints of Old Rose #B02A53

Color information

#B02A53 (or 0xB02A53) is unknown color: approx Old Rose. HEX triplet: B0, 2A and 53. RGB value is (176,42,83). Sum of RGB (Red+Green+Blue) = 176+42+83=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A53 is #4FD5AC. Grayscale: #565656. Windows color (decimal): -5232045 or 5450416. OLE color: 5450416.

HSL color Cylindrical-coordinate representation of color #B02A53: hue angle of 341.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A53 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1764283-
CMYK00.760.530.31
HSL341.64º61.47%42.75%-
HSV(B)341.64º76.14%69.02%-
XYZ20.2911.519.34-
YUV86.74125.89191.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=58.47%
G=13.95%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176428300.760.530.31341.6461.4742.75
HexB02A5304C351F1563d2b
Octal26052123011465375267553
Binary1011000010101010100110100110011010111111101010110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A53; }

 p { color: rgb(176,42,83); }

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

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

 a { background-color: rgb(176,42,83); }

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

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

 span { border-color: rgb(176,42,83); }

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