#CA1A55

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

Shades of Ruby #CA1A55

Tints of Ruby #CA1A55

Color information

#CA1A55 (or 0xCA1A55) is unknown color: approx Ruby. HEX triplet: CA, 1A and 55. RGB value is (202,26,85). Sum of RGB (Red+Green+Blue) = 202+26+85=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A55 is #35E5AA. Grayscale: #555555. Windows color (decimal): -3532203 or 5577418. OLE color: 5577418.

HSL color Cylindrical-coordinate representation of color #CA1A55: hue angle of 339.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A55 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2022685-
CMYK00.870.580.21
HSL339.89º77.19%44.71%-
HSV(B)339.89º87.13%79.22%-
XYZ26.3713.959.9-
YUV85.35127.81211.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.54%
GREEN value IS 26 (10.55% from 255) = 8.31%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=64.54%
G=8.31%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202268500.870.580.21339.8977.1944.71
HexCA1A550573A151544d2d
Octal312321250127722552411555
Binary1100101011010101010101010111111010101011010101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A55; }

 p { color: rgb(202,26,85); }

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

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

 a { background-color: rgb(202,26,85); }

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

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

 span { border-color: rgb(202,26,85); }

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