#C52C52

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

Shades of Old Rose #C52C52

Tints of Old Rose #C52C52

Color information

#C52C52 (or 0xC52C52) is unknown color: approx Old Rose. HEX triplet: C5, 2C and 52. RGB value is (197,44,82). Sum of RGB (Red+Green+Blue) = 197+44+82=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C52 is #3AD3AD. Grayscale: #5E5E5E. Windows color (decimal): -3855278 or 5385413. OLE color: 5385413.

HSL color Cylindrical-coordinate representation of color #C52C52: hue angle of 345.1º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C52 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1974482-
CMYK00.780.580.23
HSL345.1º63.49%47.25%-
HSV(B)345.1º77.66%77.25%-
XYZ25.4514.289.4-
YUV94.08121.19201.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.99%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=60.99%
G=13.62%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197448200.780.580.23345.163.4947.25
HexC52C5204E3A171593f2f
Octal30554122011672275317757
Binary1100010110110010100100100111011101010111101011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52C52; }

 p { color: rgb(197,44,82); }

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

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

 a { background-color: rgb(197,44,82); }

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

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

 span { border-color: rgb(197,44,82); }

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