#CA1356

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

Shades of Ruby #CA1356

Tints of Ruby #CA1356

Color information

#CA1356 (or 0xCA1356) is unknown color: approx Ruby. HEX triplet: CA, 13 and 56. RGB value is (202,19,86). Sum of RGB (Red+Green+Blue) = 202+19+86=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1356 is #35ECA9. Grayscale: #515151. Windows color (decimal): -3533994 or 5641162. OLE color: 5641162.

HSL color Cylindrical-coordinate representation of color #CA1356: hue angle of 338.03º degrees, saturation: 0.83, 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 #CA1356 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2021986-
CMYK00.910.570.21
HSL338.03º82.81%43.33%-
HSV(B)338.03º90.59%79.22%-
XYZ26.2713.6910.06-
YUV81.35130.63214.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=65.80%
G=6.19%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202198600.910.570.21338.0382.8143.33
HexCA135605B3915152532b
Octal312231260133712552212353
Binary1100101010011101011001011011111001101011010100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1356; }

 p { color: rgb(202,19,86); }

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

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

 a { background-color: rgb(202,19,86); }

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

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

 span { border-color: rgb(202,19,86); }

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