#C30552

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

Shades of Ruby #C30552

Tints of Ruby #C30552

Color information

#C30552 (or 0xC30552) is unknown color: approx Ruby. HEX triplet: C3, 05 and 52. RGB value is (195,5,82). Sum of RGB (Red+Green+Blue) = 195+5+82=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30552 is #3CFAAD. Grayscale: #464646. Windows color (decimal): -3996334 or 5375427. OLE color: 5375427.

HSL color Cylindrical-coordinate representation of color #C30552: hue angle of 335.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30552 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB195582-
CMYK00.970.580.24
HSL335.68º95%39.22%-
HSV(B)335.68º97.44%76.47%-
XYZ24.0812.329.09-
YUV70.59134.45216.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.15%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=69.15%
G=1.77%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19558200.970.580.24335.689539.22
HexC35520613A181505f27
Octal30351220141723052013747
Binary11000011101101001001100001111010110001010100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30552; }

 p { color: rgb(195,5,82); }

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

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

 a { background-color: rgb(195,5,82); }

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

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

 span { border-color: rgb(195,5,82); }

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