#C13D49

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

Shades of Old Rose #C13D49

Tints of Old Rose #C13D49

Color information

#C13D49 (or 0xC13D49) is unknown color: approx Old Rose. HEX triplet: C1, 3D and 49. RGB value is (193,61,73). Sum of RGB (Red+Green+Blue) = 193+61+73=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D49 is #3EC2B6. Grayscale: #656565. Windows color (decimal): -4113079 or 4799937. OLE color: 4799937.

HSL color Cylindrical-coordinate representation of color #C13D49: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D49 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1936173-
CMYK00.680.620.24
HSL354.55º51.97%49.8%-
HSV(B)354.55º68.39%75.69%-
XYZ24.8615.167.92-
YUV101.84111.73193.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 61 (24.22% from 255) = 18.65%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=59.02%
G=18.65%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193617300.680.620.24354.5551.9749.8
HexC13D490443E181633432
Octal30175111010476305436462
Binary1100000111110110010010100010011111011000101100011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D49; }

 p { color: rgb(193,61,73); }

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

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

 a { background-color: rgb(193,61,73); }

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

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

 span { border-color: rgb(193,61,73); }

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