#C13D4F

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

Shades of Old Rose #C13D4F

Tints of Old Rose #C13D4F

Color information

#C13D4F (or 0xC13D4F) is unknown color: approx Old Rose. HEX triplet: C1, 3D and 4F. RGB value is (193,61,79). Sum of RGB (Red+Green+Blue) = 193+61+79=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D4F is #3EC2B0. Grayscale: #666666. Windows color (decimal): -4113073 or 5193153. OLE color: 5193153.

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

Color convert

RGB1936179-
CMYK00.680.590.24
HSL351.82º51.97%49.8%-
HSV(B)351.82º68.39%75.69%-
XYZ25.0715.249.02-
YUV102.52114.73192.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=57.96%
G=18.32%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193617900.680.590.24351.8251.9749.8
HexC13D4F0443B181603432
Octal30175117010473305406462
Binary1100000111110110011110100010011101111000101100000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D4F; }

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

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

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

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

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

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

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

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