#CA1253

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

Shades of Ruby #CA1253

Tints of Ruby #CA1253

Color information

#CA1253 (or 0xCA1253) is unknown color: approx Ruby. HEX triplet: CA, 12 and 53. RGB value is (202,18,83). Sum of RGB (Red+Green+Blue) = 202+18+83=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1253 is #35EDAC. Grayscale: #505050. Windows color (decimal): -3534253 or 5444298. OLE color: 5444298.

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

Color convert

RGB2021883-
CMYK00.910.590.21
HSL338.8º83.64%43.14%-
HSV(B)338.8º91.09%79.22%-
XYZ26.1313.619.43-
YUV80.43129.46214.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=66.67%
G=5.94%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202188300.910.590.21338.883.6443.14
HexCA125305B3B15153542b
Octal312221230133732552312453
Binary1100101010010101001101011011111011101011010100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1253; }

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

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

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

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

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

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

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

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