#C13E49

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

Shades of Old Rose #C13E49

Tints of Old Rose #C13E49

Color information

#C13E49 (or 0xC13E49) is unknown color: approx Old Rose. HEX triplet: C1, 3E and 49. RGB value is (193,62,73). Sum of RGB (Red+Green+Blue) = 193+62+73=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E49 is #3EC1B6. Grayscale: #666666. Windows color (decimal): -4112823 or 4800193. OLE color: 4800193.

HSL color Cylindrical-coordinate representation of color #C13E49: hue angle of 354.96º degrees, saturation: 0.51, 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 #C13E49 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1936273-
CMYK00.680.620.24
HSL354.96º51.37%50%-
HSV(B)354.96º67.88%75.69%-
XYZ24.9215.267.94-
YUV102.42111.4192.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=58.84%
G=18.90%
B=22.26%

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
Decimal193627300.680.620.24354.9651.3750
HexC13E490443E181633332
Octal30176111010476305436362
Binary1100000111111010010010100010011111011000101100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E49; }

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

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

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

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

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

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

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

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