Shades of Brick Red #CB2149
Tints of Brick Red #CB2149
RGB
CMYK
RGB Variations
Color information
#CB2149 (or 0xCB2149) is known color: Brick Red. HEX triplet: CB, 21 and 49. RGB value is (203,33,73). Sum of RGB (Red+Green+Blue) = 203+33+73=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2149 is #34DEB6. Grayscale: #585858. Windows color (decimal): -3464887 or 4792779. OLE color: 4792779.
HSL color Cylindrical-coordinate representation of color #CB2149: hue angle of 345.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2149 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 73 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.20 |
| HSL | 345.88º | 0.72% | 0.46% | - |
| HSV(B) | 345.88º | 0.84% | 0.8% | - |
| XYZ | 26.38 | 14.27 | 7.67 | - |
| YUV | 88.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 73 | 0 | 0.84 | 0.64 | 0.20 | 345.88 | 0.72 | 0.46 |
| Hex | CB | 21 | 49 | 0 | 54 | 40 | 14 | 15A | 48 | 2E |
| Octal | 313 | 41 | 111 | 0 | 124 | 100 | 24 | 532 | 110 | 56 |
| Binary | 11001011 | 100001 | 1001001 | 0 | 1010100 | 1000000 | 10100 | 101011010 | 1001000 | 101110 |
Color Harmonies of #CB2149
Complementary color
Monochromatic Colors of #CB2149
Black with #CB2149
Text Example
Text Example
White with #CB2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2149; }
p { color: rgb(203,33,73); }
H1.HeaderClassName
{
color: #CB2149;
}
.AnyTagClassName
{
color: #CB2149;
}
</style>
background-color css
<style>
a { background-color: #CB2149; }
a { background-color: rgb(203,33,73); }
div.DivClassName
{
background-color: #CB2149;
}
.BgClassName
{
background-color: #CB2149;
}
</style>
border-color css
<style>
span { border-color: #CB2149; }
span { border-color: rgb(203,33,73); }
td.TdClassName
{
border-color: #CB2149;
}
.TagClassName
{
border-color: #CB2149;
}
</style>