#C41052

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

Shades of Ruby #C41052

Tints of Ruby #C41052

Color information

#C41052 (or 0xC41052) is unknown color: approx Ruby. HEX triplet: C4, 10 and 52. RGB value is (196,16,82). Sum of RGB (Red+Green+Blue) = 196+16+82=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41052 is #3BEFAD. Grayscale: #4D4D4D. Windows color (decimal): -3927982 or 5378244. OLE color: 5378244.

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

Color convert

RGB1961682-
CMYK00.920.580.23
HSL338º84.91%41.57%-
HSV(B)338º91.84%76.86%-
XYZ24.4712.729.15-
YUV77.34130.63212.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=66.67%
G=5.44%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196168200.920.580.2333884.9141.57
HexC4105205C3A17152552a
Octal304201220134722752212552
Binary1100010010000101001001011100111010101111010100101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41052; }

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

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

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

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

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

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

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

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