Shades of Crimson #CB0832
Tints of Crimson #CB0832
RGB
CMYK
RGB Variations
Color information
#CB0832 (or 0xCB0832) is known color: Crimson. HEX triplet: CB, 08 and 32. RGB value is (203,8,50). Sum of RGB (Red+Green+Blue) = 203+8+50=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0832 is #34F7CD. Grayscale: #474747. Windows color (decimal): -3471310 or 3279051. OLE color: 3279051.
HSL color Cylindrical-coordinate representation of color #CB0832: hue angle of 347.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0832 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.20 |
| HSL | 347.08º | 0.92% | 0.41% | - |
| HSV(B) | 347.08º | 0.96% | 0.8% | - |
| XYZ | 25.29 | 13.1 | 4.21 | - |
| YUV | 71.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 50 | 0 | 0.96 | 0.75 | 0.20 | 347.08 | 0.92 | 0.41 |
| Hex | CB | 8 | 32 | 0 | 60 | 4B | 14 | 15B | 5C | 29 |
| Octal | 313 | 10 | 62 | 0 | 140 | 113 | 24 | 533 | 134 | 51 |
| Binary | 11001011 | 1000 | 110010 | 0 | 1100000 | 1001011 | 10100 | 101011011 | 1011100 | 101001 |
Color Harmonies of #CB0832
Complementary color
Monochromatic Colors of #CB0832
Black with #CB0832
Text Example
Text Example
White with #CB0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0832; }
p { color: rgb(203,8,50); }
H1.HeaderClassName
{
color: #CB0832;
}
.AnyTagClassName
{
color: #CB0832;
}
</style>
background-color css
<style>
a { background-color: #CB0832; }
a { background-color: rgb(203,8,50); }
div.DivClassName
{
background-color: #CB0832;
}
.BgClassName
{
background-color: #CB0832;
}
</style>
border-color css
<style>
span { border-color: #CB0832; }
span { border-color: rgb(203,8,50); }
td.TdClassName
{
border-color: #CB0832;
}
.TagClassName
{
border-color: #CB0832;
}
</style>