Shades of Crimson #CB0A4B
Tints of Crimson #CB0A4B
RGB
CMYK
RGB Variations
Color information
#CB0A4B (or 0xCB0A4B) is known color: Crimson. HEX triplet: CB, 0A and 4B. RGB value is (203,10,75). Sum of RGB (Red+Green+Blue) = 203+10+75=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A4B is #34F5B4. Grayscale: #4B4B4B. Windows color (decimal): -3470773 or 4917963. OLE color: 4917963.
HSL color Cylindrical-coordinate representation of color #CB0A4B: hue angle of 339.79º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A4B is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 75 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.20 |
| HSL | 339.79º | 0.91% | 0.42% | - |
| HSV(B) | 339.79º | 0.95% | 0.8% | - |
| XYZ | 26.01 | 13.42 | 7.88 | - |
| YUV | 75.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 75 | 0 | 0.95 | 0.63 | 0.20 | 339.79 | 0.91 | 0.42 |
| Hex | CB | A | 4B | 0 | 5F | 3F | 14 | 154 | 5B | 2A |
| Octal | 313 | 12 | 113 | 0 | 137 | 77 | 24 | 524 | 133 | 52 |
| Binary | 11001011 | 1010 | 1001011 | 0 | 1011111 | 111111 | 10100 | 101010100 | 1011011 | 101010 |
Color Harmonies of #CB0A4B
Complementary color
Monochromatic Colors of #CB0A4B
Black with #CB0A4B
Text Example
Text Example
White with #CB0A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A4B; }
p { color: rgb(203,10,75); }
H1.HeaderClassName
{
color: #CB0A4B;
}
.AnyTagClassName
{
color: #CB0A4B;
}
</style>
background-color css
<style>
a { background-color: #CB0A4B; }
a { background-color: rgb(203,10,75); }
div.DivClassName
{
background-color: #CB0A4B;
}
.BgClassName
{
background-color: #CB0A4B;
}
</style>
border-color css
<style>
span { border-color: #CB0A4B; }
span { border-color: rgb(203,10,75); }
td.TdClassName
{
border-color: #CB0A4B;
}
.TagClassName
{
border-color: #CB0A4B;
}
</style>