#C13A4F

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

Shades of Old Rose #C13A4F

Tints of Old Rose #C13A4F

Color information

#C13A4F (or 0xC13A4F) is unknown color: approx Old Rose. HEX triplet: C1, 3A and 4F. RGB value is (193,58,79). Sum of RGB (Red+Green+Blue) = 193+58+79=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A4F is #3EC5B0. Grayscale: #646464. Windows color (decimal): -4113841 or 5192385. OLE color: 5192385.

HSL color Cylindrical-coordinate representation of color #C13A4F: hue angle of 350.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A4F is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1935879-
CMYK00.700.590.24
HSL350.67º53.78%49.22%-
HSV(B)350.67º69.95%75.69%-
XYZ24.9214.938.97-
YUV100.76115.73193.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=58.48%
G=17.58%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193587900.700.590.24350.6753.7849.22
HexC13A4F0463B1815f3631
Octal30172117010673305376661
Binary1100000111101010011110100011011101111000101011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A4F; }

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

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

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

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

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

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

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

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