Shades of Brick Red #CB2837
Tints of Brick Red #CB2837
RGB
CMYK
RGB Variations
Color information
#CB2837 (or 0xCB2837) is known color: Brick Red. HEX triplet: CB, 28 and 37. RGB value is (203,40,55). Sum of RGB (Red+Green+Blue) = 203+40+55=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2837 is #34D7C8. Grayscale: #5A5A5A. Windows color (decimal): -3463113 or 3614923. OLE color: 3614923.
HSL color Cylindrical-coordinate representation of color #CB2837: hue angle of 354.48º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2837 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 55 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.20 |
| HSL | 354.48º | 0.67% | 0.48% | - |
| HSV(B) | 354.48º | 0.8% | 0.8% | - |
| XYZ | 26.08 | 14.49 | 5.04 | - |
| YUV | 90.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 55 | 0 | 0.80 | 0.73 | 0.20 | 354.48 | 0.67 | 0.48 |
| Hex | CB | 28 | 37 | 0 | 50 | 49 | 14 | 162 | 43 | 30 |
| Octal | 313 | 50 | 67 | 0 | 120 | 111 | 24 | 542 | 103 | 60 |
| Binary | 11001011 | 101000 | 110111 | 0 | 1010000 | 1001001 | 10100 | 101100010 | 1000011 | 110000 |
Color Harmonies of #CB2837
Complementary color
Monochromatic Colors of #CB2837
Black with #CB2837
Text Example
Text Example
White with #CB2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2837; }
p { color: rgb(203,40,55); }
H1.HeaderClassName
{
color: #CB2837;
}
.AnyTagClassName
{
color: #CB2837;
}
</style>
background-color css
<style>
a { background-color: #CB2837; }
a { background-color: rgb(203,40,55); }
div.DivClassName
{
background-color: #CB2837;
}
.BgClassName
{
background-color: #CB2837;
}
</style>
border-color css
<style>
span { border-color: #CB2837; }
span { border-color: rgb(203,40,55); }
td.TdClassName
{
border-color: #CB2837;
}
.TagClassName
{
border-color: #CB2837;
}
</style>