#C13554

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

Shades of Old Rose #C13554

Tints of Old Rose #C13554

Color information

#C13554 (or 0xC13554) is unknown color: approx Old Rose. HEX triplet: C1, 35 and 54. RGB value is (193,53,84). Sum of RGB (Red+Green+Blue) = 193+53+84=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13554 is #3ECAAB. Grayscale: #626262. Windows color (decimal): -4115116 or 5518785. OLE color: 5518785.

HSL color Cylindrical-coordinate representation of color #C13554: hue angle of 346.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13554 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1935384-
CMYK00.730.560.24
HSL346.71º56.91%48.24%-
HSV(B)346.71º72.54%75.69%-
XYZ24.8714.529.88-
YUV98.39119.88195.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=58.48%
G=16.06%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193538400.730.560.24346.7156.9148.24
HexC13554049381815b3930
Octal30165124011170305337160
Binary1100000111010110101000100100111100011000101011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13554; }

 p { color: rgb(193,53,84); }

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

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

 a { background-color: rgb(193,53,84); }

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

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

 span { border-color: rgb(193,53,84); }

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