Shades of Crimson #CB0A4C
Tints of Crimson #CB0A4C
RGB
CMYK
RGB Variations
Color information
#CB0A4C (or 0xCB0A4C) is known color: Crimson. HEX triplet: CB, 0A and 4C. RGB value is (203,10,76). Sum of RGB (Red+Green+Blue) = 203+10+76=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A4C is #34F5B3. Grayscale: #4B4B4B. Windows color (decimal): -3470772 or 4983499. OLE color: 4983499.
HSL color Cylindrical-coordinate representation of color #CB0A4C: hue angle of 339.48º 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 #CB0A4C is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 76 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.20 |
| HSL | 339.48º | 0.91% | 0.42% | - |
| HSV(B) | 339.48º | 0.95% | 0.8% | - |
| XYZ | 26.04 | 13.44 | 8.06 | - |
| YUV | 75.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 76 | 0 | 0.95 | 0.63 | 0.20 | 339.48 | 0.91 | 0.42 |
| Hex | CB | A | 4C | 0 | 5F | 3F | 14 | 153 | 5B | 2A |
| Octal | 313 | 12 | 114 | 0 | 137 | 77 | 24 | 523 | 133 | 52 |
| Binary | 11001011 | 1010 | 1001100 | 0 | 1011111 | 111111 | 10100 | 101010011 | 1011011 | 101010 |
Color Harmonies of #CB0A4C
Complementary color
Monochromatic Colors of #CB0A4C
Black with #CB0A4C
Text Example
Text Example
White with #CB0A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A4C; }
p { color: rgb(203,10,76); }
H1.HeaderClassName
{
color: #CB0A4C;
}
.AnyTagClassName
{
color: #CB0A4C;
}
</style>
background-color css
<style>
a { background-color: #CB0A4C; }
a { background-color: rgb(203,10,76); }
div.DivClassName
{
background-color: #CB0A4C;
}
.BgClassName
{
background-color: #CB0A4C;
}
</style>
border-color css
<style>
span { border-color: #CB0A4C; }
span { border-color: rgb(203,10,76); }
td.TdClassName
{
border-color: #CB0A4C;
}
.TagClassName
{
border-color: #CB0A4C;
}
</style>