#CA1358

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

Shades of Ruby #CA1358

Tints of Ruby #CA1358

Color information

#CA1358 (or 0xCA1358) is unknown color: approx Ruby. HEX triplet: CA, 13 and 58. RGB value is (202,19,88). Sum of RGB (Red+Green+Blue) = 202+19+88=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1358 is #35ECA7. Grayscale: #515151. Windows color (decimal): -3533992 or 5772234. OLE color: 5772234.

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

Color convert

RGB2021988-
CMYK00.910.560.21
HSL337.38º82.81%43.33%-
HSV(B)337.38º90.59%79.22%-
XYZ26.3513.7310.49-
YUV81.58131.63213.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=65.37%
G=6.15%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202198800.910.560.21337.3882.8143.33
HexCA135805B3815151532b
Octal312231300133702552112353
Binary1100101010011101100001011011111000101011010100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1358; }

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

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

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

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

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

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

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

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