#CA1258

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

Shades of Ruby #CA1258

Tints of Ruby #CA1258

Color information

#CA1258 (or 0xCA1258) is unknown color: approx Ruby. HEX triplet: CA, 12 and 58. RGB value is (202,18,88). Sum of RGB (Red+Green+Blue) = 202+18+88=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1258 is #35EDA7. Grayscale: #505050. Windows color (decimal): -3534248 or 5771978. OLE color: 5771978.

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

Color convert

RGB2021888-
CMYK00.910.560.21
HSL337.17º83.64%43.14%-
HSV(B)337.17º91.09%79.22%-
XYZ26.3313.6910.49-
YUV81131.96214.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.58%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=65.58%
G=5.84%
B=28.57%

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
Decimal202188800.910.560.21337.1783.6443.14
HexCA125805B3815151542b
Octal312221300133702552112453
Binary1100101010010101100001011011111000101011010100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1258; }

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

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

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

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

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

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

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

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