#CA1357

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

Shades of Ruby #CA1357

Tints of Ruby #CA1357

Color information

#CA1357 (or 0xCA1357) is unknown color: approx Ruby. HEX triplet: CA, 13 and 57. RGB value is (202,19,87). Sum of RGB (Red+Green+Blue) = 202+19+87=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1357 is #35ECA8. Grayscale: #515151. Windows color (decimal): -3533993 or 5706698. OLE color: 5706698.

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

Color convert

RGB2021987-
CMYK00.910.570.21
HSL337.7º82.81%43.33%-
HSV(B)337.7º90.59%79.22%-
XYZ26.3113.7110.28-
YUV81.47131.13213.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.58%
GREEN value IS 19 (7.81% from 255) = 6.17%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=65.58%
G=6.17%
B=28.25%

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
Decimal202198700.910.570.21337.782.8143.33
HexCA135705B3915152532b
Octal312231270133712552212353
Binary1100101010011101011101011011111001101011010100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1357; }

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

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

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

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

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

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

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

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