Shades of Ruby #CA1367
Tints of Ruby #CA1367
RGB
CMYK
RGB Variations
Color information
#CA1367 (or 0xCA1367) is known color: Ruby. HEX triplet: CA, 13 and 67. RGB value is (202,19,103). Sum of RGB (Red+Green+Blue) = 202+19+103=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1367 is #35EC98. Grayscale: #535353. Windows color (decimal): -3533977 or 6755274. OLE color: 6755274.
HSL color Cylindrical-coordinate representation of color #CA1367: hue angle of 332.46º 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 #CA1367 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 103 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.21 |
| HSL | 332.46º | 0.83% | 0.43% | - |
| HSV(B) | 332.46º | 0.91% | 0.79% | - |
| XYZ | 27.04 | 14 | 14.11 | - |
| YUV | 83.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 103 | 0 | 0.91 | 0.49 | 0.21 | 332.46 | 0.83 | 0.43 |
| Hex | CA | 13 | 67 | 0 | 5B | 31 | 15 | 14C | 53 | 2B |
| Octal | 312 | 23 | 147 | 0 | 133 | 61 | 25 | 514 | 123 | 53 |
| Binary | 11001010 | 10011 | 1100111 | 0 | 1011011 | 110001 | 10101 | 101001100 | 1010011 | 101011 |
Color Harmonies of #CA1367
Complementary color
Monochromatic Colors of #CA1367
Black with #CA1367
Text Example
Text Example
White with #CA1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1367; }
p { color: rgb(202,19,103); }
H1.HeaderClassName
{
color: #CA1367;
}
.AnyTagClassName
{
color: #CA1367;
}
</style>
background-color css
<style>
a { background-color: #CA1367; }
a { background-color: rgb(202,19,103); }
div.DivClassName
{
background-color: #CA1367;
}
.BgClassName
{
background-color: #CA1367;
}
</style>
border-color css
<style>
span { border-color: #CA1367; }
span { border-color: rgb(202,19,103); }
td.TdClassName
{
border-color: #CA1367;
}
.TagClassName
{
border-color: #CA1367;
}
</style>