Shades of Brick Red #CB2839
Tints of Brick Red #CB2839
RGB
CMYK
RGB Variations
Color information
#CB2839 (or 0xCB2839) is known color: Brick Red. HEX triplet: CB, 28 and 39. RGB value is (203,40,57). Sum of RGB (Red+Green+Blue) = 203+40+57=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2839 is #34D7C6. Grayscale: #5A5A5A. Windows color (decimal): -3463111 or 3745995. OLE color: 3745995.
HSL color Cylindrical-coordinate representation of color #CB2839: hue angle of 353.74º 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 #CB2839 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 57 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.20 |
| HSL | 353.74º | 0.67% | 0.48% | - |
| HSV(B) | 353.74º | 0.8% | 0.8% | - |
| XYZ | 26.13 | 14.51 | 5.29 | - |
| YUV | 90.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 57 | 0 | 0.80 | 0.72 | 0.20 | 353.74 | 0.67 | 0.48 |
| Hex | CB | 28 | 39 | 0 | 50 | 48 | 14 | 162 | 43 | 30 |
| Octal | 313 | 50 | 71 | 0 | 120 | 110 | 24 | 542 | 103 | 60 |
| Binary | 11001011 | 101000 | 111001 | 0 | 1010000 | 1001000 | 10100 | 101100010 | 1000011 | 110000 |
Color Harmonies of #CB2839
Complementary color
Monochromatic Colors of #CB2839
Black with #CB2839
Text Example
Text Example
White with #CB2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2839; }
p { color: rgb(203,40,57); }
H1.HeaderClassName
{
color: #CB2839;
}
.AnyTagClassName
{
color: #CB2839;
}
</style>
background-color css
<style>
a { background-color: #CB2839; }
a { background-color: rgb(203,40,57); }
div.DivClassName
{
background-color: #CB2839;
}
.BgClassName
{
background-color: #CB2839;
}
</style>
border-color css
<style>
span { border-color: #CB2839; }
span { border-color: rgb(203,40,57); }
td.TdClassName
{
border-color: #CB2839;
}
.TagClassName
{
border-color: #CB2839;
}
</style>