#C53A4B

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

Shades of Old Rose #C53A4B

Tints of Old Rose #C53A4B

Color information

#C53A4B (or 0xC53A4B) is unknown color: approx Old Rose. HEX triplet: C5, 3A and 4B. RGB value is (197,58,75). Sum of RGB (Red+Green+Blue) = 197+58+75=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A4B is #3AC5B4. Grayscale: #656565. Windows color (decimal): -3851701 or 4930245. OLE color: 4930245.

HSL color Cylindrical-coordinate representation of color #C53A4B: hue angle of 352.66º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A4B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1975875-
CMYK00.710.620.23
HSL352.66º54.51%50%-
HSV(B)352.66º70.56%77.25%-
XYZ25.8115.48.27-
YUV101.5113.05196.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=59.70%
G=17.58%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197587500.710.620.23352.6654.5150
HexC53A4B0473E171613732
Octal30572113010776275416762
Binary1100010111101010010110100011111111010111101100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A4B; }

 p { color: rgb(197,58,75); }

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

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

 a { background-color: rgb(197,58,75); }

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

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

 span { border-color: rgb(197,58,75); }

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