#CA1252

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

Shades of Ruby #CA1252

Tints of Ruby #CA1252

Color information

#CA1252 (or 0xCA1252) is unknown color: approx Ruby. HEX triplet: CA, 12 and 52. RGB value is (202,18,82). Sum of RGB (Red+Green+Blue) = 202+18+82=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1252 is #35EDAD. Grayscale: #505050. Windows color (decimal): -3534254 or 5378762. OLE color: 5378762.

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

Color convert

RGB2021882-
CMYK00.910.590.21
HSL339.13º83.64%43.14%-
HSV(B)339.13º91.09%79.22%-
XYZ26.113.69.23-
YUV80.31128.96214.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=66.89%
G=5.96%
B=27.15%

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
Decimal202188200.910.590.21339.1383.6443.14
HexCA125205B3B15153542b
Octal312221220133732552312453
Binary1100101010010101001001011011111011101011010100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1252; }

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

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

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

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

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

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

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

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