Shades of Ruby #CB0365
Tints of Ruby #CB0365
RGB
CMYK
RGB Variations
Color information
#CB0365 (or 0xCB0365) is known color: Ruby. HEX triplet: CB, 03 and 65. RGB value is (203,3,101). Sum of RGB (Red+Green+Blue) = 203+3+101=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0365 is #34FC9A. Grayscale: #494949. Windows color (decimal): -3472539 or 6620107. OLE color: 6620107.
HSL color Cylindrical-coordinate representation of color #CB0365: hue angle of 330.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0365 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.20 |
| HSL | 330.6º | 0.97% | 0.4% | - |
| HSV(B) | 330.6º | 0.99% | 0.8% | - |
| XYZ | 27.01 | 13.7 | 13.53 | - |
| YUV | 73.97 | 143.26 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 101 | 0 | 0.99 | 0.50 | 0.20 | 330.6 | 0.97 | 0.4 |
| Hex | CB | 3 | 65 | 0 | 63 | 32 | 14 | 14B | 61 | 28 |
| Octal | 313 | 3 | 145 | 0 | 143 | 62 | 24 | 513 | 141 | 50 |
| Binary | 11001011 | 11 | 1100101 | 0 | 1100011 | 110010 | 10100 | 101001011 | 1100001 | 101000 |
Color Harmonies of #CB0365
Complementary color
Monochromatic Colors of #CB0365
Black with #CB0365
Text Example
Text Example
White with #CB0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0365; }
p { color: rgb(203,3,101); }
H1.HeaderClassName
{
color: #CB0365;
}
.AnyTagClassName
{
color: #CB0365;
}
</style>
background-color css
<style>
a { background-color: #CB0365; }
a { background-color: rgb(203,3,101); }
div.DivClassName
{
background-color: #CB0365;
}
.BgClassName
{
background-color: #CB0365;
}
</style>
border-color css
<style>
span { border-color: #CB0365; }
span { border-color: rgb(203,3,101); }
td.TdClassName
{
border-color: #CB0365;
}
.TagClassName
{
border-color: #CB0365;
}
</style>