#C70A54

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

Shades of Ruby #C70A54

Tints of Ruby #C70A54

Color information

#C70A54 (or 0xC70A54) is unknown color: approx Ruby. HEX triplet: C7, 0A and 54. RGB value is (199,10,84). Sum of RGB (Red+Green+Blue) = 199+10+84=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A54 is #38F5AB. Grayscale: #4A4A4A. Windows color (decimal): -3732908 or 5507783. OLE color: 5507783.

HSL color Cylindrical-coordinate representation of color #C70A54: hue angle of 336.51º 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 #C70A54 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB1991084-
CMYK00.950.580.22
HSL336.51º90.43%40.98%-
HSV(B)336.51º94.97%78.04%-
XYZ25.26139.57-
YUV74.95133.12216.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.92%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 84 (33.20% from 255) = 28.67%
R=67.92%
G=3.41%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199108400.950.580.22336.5190.4340.98
HexC7A5405F3A161515a29
Octal307121240137722652113251
Binary110001111010101010001011111111010101101010100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A54; }

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

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

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

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

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

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

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

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