Shades of Ruby #CB0367
Tints of Ruby #CB0367
RGB
CMYK
RGB Variations
Color information
#CB0367 (or 0xCB0367) is known color: Ruby. HEX triplet: CB, 03 and 67. RGB value is (203,3,103). Sum of RGB (Red+Green+Blue) = 203+3+103=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0367 is #34FC98. Grayscale: #4A4A4A. Windows color (decimal): -3472537 or 6751179. OLE color: 6751179.
HSL color Cylindrical-coordinate representation of color #CB0367: hue angle of 330º 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 #CB0367 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.20 |
| HSL | 330º | 0.97% | 0.4% | - |
| HSV(B) | 330º | 0.99% | 0.8% | - |
| XYZ | 27.11 | 13.74 | 14.06 | - |
| YUV | 74.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 103 | 0 | 0.99 | 0.49 | 0.20 | 330 | 0.97 | 0.4 |
| Hex | CB | 3 | 67 | 0 | 63 | 31 | 14 | 14A | 61 | 28 |
| Octal | 313 | 3 | 147 | 0 | 143 | 61 | 24 | 512 | 141 | 50 |
| Binary | 11001011 | 11 | 1100111 | 0 | 1100011 | 110001 | 10100 | 101001010 | 1100001 | 101000 |
Color Harmonies of #CB0367
Complementary color
Monochromatic Colors of #CB0367
Black with #CB0367
Text Example
Text Example
White with #CB0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0367; }
p { color: rgb(203,3,103); }
H1.HeaderClassName
{
color: #CB0367;
}
.AnyTagClassName
{
color: #CB0367;
}
</style>
background-color css
<style>
a { background-color: #CB0367; }
a { background-color: rgb(203,3,103); }
div.DivClassName
{
background-color: #CB0367;
}
.BgClassName
{
background-color: #CB0367;
}
</style>
border-color css
<style>
span { border-color: #CB0367; }
span { border-color: rgb(203,3,103); }
td.TdClassName
{
border-color: #CB0367;
}
.TagClassName
{
border-color: #CB0367;
}
</style>