#CA1255

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

Shades of Ruby #CA1255

Tints of Ruby #CA1255

Color information

#CA1255 (or 0xCA1255) is unknown color: approx Ruby. HEX triplet: CA, 12 and 55. RGB value is (202,18,85). Sum of RGB (Red+Green+Blue) = 202+18+85=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1255 is #35EDAA. Grayscale: #505050. Windows color (decimal): -3534251 or 5575370. OLE color: 5575370.

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

Color convert

RGB2021885-
CMYK00.910.580.21
HSL338.15º83.64%43.14%-
HSV(B)338.15º91.09%79.22%-
XYZ26.2113.659.85-
YUV80.65130.46214.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=66.23%
G=5.90%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202188500.910.580.21338.1583.6443.14
HexCA125505B3A15152542b
Octal312221250133722552212453
Binary1100101010010101010101011011111010101011010100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1255; }

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

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

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

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

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

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

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

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