#C70A52

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

Shades of Ruby #C70A52

Tints of Ruby #C70A52

Color information

#C70A52 (or 0xC70A52) is unknown color: approx Ruby. HEX triplet: C7, 0A and 52. RGB value is (199,10,82). Sum of RGB (Red+Green+Blue) = 199+10+82=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A52 is #38F5AD. Grayscale: #4A4A4A. Windows color (decimal): -3732910 or 5376711. OLE color: 5376711.

HSL color Cylindrical-coordinate representation of color #C70A52: hue angle of 337.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A52 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1991082-
CMYK00.950.590.22
HSL337.14º90.43%40.98%-
HSV(B)337.14º94.97%78.04%-
XYZ25.1812.979.16-
YUV74.72132.12216.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.38%
GREEN value IS 10 (4.30% from 255) = 3.44%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=68.38%
G=3.44%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199108200.950.590.22337.1490.4340.98
HexC7A5205F3B161515a29
Octal307121220137732652113251
Binary110001111010101001001011111111011101101010100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A52; }

 p { color: rgb(199,10,82); }

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

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

 a { background-color: rgb(199,10,82); }

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

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

 span { border-color: rgb(199,10,82); }

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