#C41D52

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

Shades of Old Rose #C41D52

Tints of Old Rose #C41D52

Color information

#C41D52 (or 0xC41D52) is unknown color: approx Old Rose. HEX triplet: C4, 1D and 52. RGB value is (196,29,82). Sum of RGB (Red+Green+Blue) = 196+29+82=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D52 is #3BE2AD. Grayscale: #545454. Windows color (decimal): -3924654 or 5381572. OLE color: 5381572.

HSL color Cylindrical-coordinate representation of color #C41D52: hue angle of 340.96º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41D52 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1962982-
CMYK00.850.580.23
HSL340.96º74.22%44.12%-
HSV(B)340.96º85.2%76.86%-
XYZ24.7313.229.23-
YUV84.98126.33207.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.84%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=63.84%
G=9.45%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196298200.850.580.23340.9674.2244.12
HexC41D520553A171554a2c
Octal304351220125722752511254
Binary1100010011101101001001010101111010101111010101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41D52; }

 p { color: rgb(196,29,82); }

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

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

 a { background-color: rgb(196,29,82); }

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

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

 span { border-color: rgb(196,29,82); }

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