Shades of Crimson #CB0346
Tints of Crimson #CB0346
RGB
CMYK
RGB Variations
Color information
#CB0346 (or 0xCB0346) is known color: Crimson. HEX triplet: CB, 03 and 46. RGB value is (203,3,70). Sum of RGB (Red+Green+Blue) = 203+3+70=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0346 is #34FCB9. Grayscale: #464646. Windows color (decimal): -3472570 or 4588491. OLE color: 4588491.
HSL color Cylindrical-coordinate representation of color #CB0346: hue angle of 339.9º 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 #CB0346 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.20 |
| HSL | 339.9º | 0.97% | 0.4% | - |
| HSV(B) | 339.9º | 0.99% | 0.8% | - |
| XYZ | 25.77 | 13.2 | 6.98 | - |
| YUV | 70.44 | 127.76 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 70 | 0 | 0.99 | 0.66 | 0.20 | 339.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 46 | 0 | 63 | 42 | 14 | 154 | 61 | 28 |
| Octal | 313 | 3 | 106 | 0 | 143 | 102 | 24 | 524 | 141 | 50 |
| Binary | 11001011 | 11 | 1000110 | 0 | 1100011 | 1000010 | 10100 | 101010100 | 1100001 | 101000 |
Color Harmonies of #CB0346
Complementary color
Monochromatic Colors of #CB0346
Black with #CB0346
Text Example
Text Example
White with #CB0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0346; }
p { color: rgb(203,3,70); }
H1.HeaderClassName
{
color: #CB0346;
}
.AnyTagClassName
{
color: #CB0346;
}
</style>
background-color css
<style>
a { background-color: #CB0346; }
a { background-color: rgb(203,3,70); }
div.DivClassName
{
background-color: #CB0346;
}
.BgClassName
{
background-color: #CB0346;
}
</style>
border-color css
<style>
span { border-color: #CB0346; }
span { border-color: rgb(203,3,70); }
td.TdClassName
{
border-color: #CB0346;
}
.TagClassName
{
border-color: #CB0346;
}
</style>