#CA1B5A

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

Shades of Ruby #CA1B5A

Tints of Ruby #CA1B5A

Color information

#CA1B5A (or 0xCA1B5A) is unknown color: approx Ruby. HEX triplet: CA, 1B and 5A. RGB value is (202,27,90). Sum of RGB (Red+Green+Blue) = 202+27+90=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B5A is #35E4A5. Grayscale: #565656. Windows color (decimal): -3531942 or 5905354. OLE color: 5905354.

HSL color Cylindrical-coordinate representation of color #CA1B5A: hue angle of 338.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B5A is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2022790-
CMYK00.870.550.21
HSL338.4º76.42%44.9%-
HSV(B)338.4º86.63%79.22%-
XYZ26.5914.0810.99-
YUV86.51129.98210.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=63.32%
G=8.46%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202279000.870.550.21338.476.4244.9
HexCA1B5A05737151524c2d
Octal312331320127672552211455
Binary1100101011011101101001010111110111101011010100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1B5A; }

 p { color: rgb(202,27,90); }

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

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

 a { background-color: rgb(202,27,90); }

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

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

 span { border-color: rgb(202,27,90); }

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