#c42a49

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

Shades of Old Rose #C42A49

Tints of Old Rose #C42A49

Color information

#C42A49 (or 0xC42A49) is unknown color: approx Old Rose. HEX triplet: C4, 2A and 49. RGB value is (196,42,73). Sum of RGB (Red+Green+Blue) = 196+42+73=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A49 is #3BD5B6. Grayscale: #5B5B5B. Windows color (decimal): -3921335 or 4795076. OLE color: 4795076.

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

Color convert

RGB1964273-
CMYK00.790.630.23
HSL347.92º64.71%46.67%-
HSV(B)347.92º78.57%76.86%-
XYZ24.813.877.67-
YUV91.58117.52202.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=63.02%
G=13.50%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196427300.790.630.23347.9264.7146.67
HexC42A4904F3F1715c412f
Octal304521110117772753410157
Binary11000100101010100100101001111111111101111010111001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42a49; }

 p { color: rgb(196,42,73); }

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

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

 a { background-color: rgb(196,42,73); }

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

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

 span { border-color: rgb(196,42,73); }

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