#CA1050

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

Shades of Ruby #CA1050

Tints of Ruby #CA1050

Color information

#CA1050 (or 0xCA1050) is unknown color: approx Ruby. HEX triplet: CA, 10 and 50. RGB value is (202,16,80). Sum of RGB (Red+Green+Blue) = 202+16+80=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1050 is #35EFAF. Grayscale: #4E4E4E. Windows color (decimal): -3534768 or 5247178. OLE color: 5247178.

HSL color Cylindrical-coordinate representation of color #CA1050: hue angle of 339.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1050 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2021680-
CMYK00.920.600.21
HSL339.35º85.32%42.75%-
HSV(B)339.35º92.08%79.22%-
XYZ25.9913.518.83-
YUV78.91128.62215.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.79%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=67.79%
G=5.37%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202168000.920.600.21339.3585.3242.75
HexCA105005C3C15153552b
Octal312201200134742552312553
Binary1100101010000101000001011100111100101011010100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1050; }

 p { color: rgb(202,16,80); }

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

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

 a { background-color: rgb(202,16,80); }

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

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

 span { border-color: rgb(202,16,80); }

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