#C01D4D

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

Shades of Old Rose #C01D4D

Tints of Old Rose #C01D4D

Color information

#C01D4D (or 0xC01D4D) is unknown color: approx Old Rose. HEX triplet: C0, 1D and 4D. RGB value is (192,29,77). Sum of RGB (Red+Green+Blue) = 192+29+77=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01D4D is #3FE2B2. Grayscale: #535353. Windows color (decimal): -4186803 or 5053888. OLE color: 5053888.

HSL color Cylindrical-coordinate representation of color #C01D4D: hue angle of 342.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D4D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1922977-
CMYK00.850.600.25
HSL342.33º73.76%43.33%-
HSV(B)342.33º84.9%75.29%-
XYZ23.5212.628.22-
YUV83.21124.5205.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 29 (11.72% from 255) = 9.73%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=64.43%
G=9.73%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192297700.850.600.25342.3373.7643.33
HexC01D4D0553C191564a2b
Octal300351150125743152611253
Binary1100000011101100110101010101111100110011010101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01D4D; }

 p { color: rgb(192,29,77); }

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

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

 a { background-color: rgb(192,29,77); }

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

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

 span { border-color: rgb(192,29,77); }

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