#c13b4a

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

Shades of Old Rose #C13B4A

Tints of Old Rose #C13B4A

Color information

#C13B4A (or 0xC13B4A) is unknown color: approx Old Rose. HEX triplet: C1, 3B and 4A. RGB value is (193,59,74). Sum of RGB (Red+Green+Blue) = 193+59+74=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B4A is #3EC4B5. Grayscale: #646464. Windows color (decimal): -4113590 or 4864961. OLE color: 4864961.

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

Color convert

RGB1935974-
CMYK00.690.620.24
HSL353.28º53.17%49.41%-
HSV(B)353.28º69.43%75.69%-
XYZ24.7914.968.06-
YUV100.78112.89193.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=59.20%
G=18.10%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193597400.690.620.24353.2853.1749.41
HexC13B4A0453E181613531
Octal30173112010576305416561
Binary1100000111101110010100100010111111011000101100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13b4a; }

 p { color: rgb(193,59,74); }

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

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

 a { background-color: rgb(193,59,74); }

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

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

 span { border-color: rgb(193,59,74); }

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