Shades of Brick Red #CB2847
Tints of Brick Red #CB2847
RGB
CMYK
RGB Variations
Color information
#CB2847 (or 0xCB2847) is known color: Brick Red. HEX triplet: CB, 28 and 47. RGB value is (203,40,71). Sum of RGB (Red+Green+Blue) = 203+40+71=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2847 is #34D7B8. Grayscale: #5C5C5C. Windows color (decimal): -3463097 or 4663499. OLE color: 4663499.
HSL color Cylindrical-coordinate representation of color #CB2847: hue angle of 348.59º 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 #CB2847 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 71 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.20 |
| HSL | 348.59º | 0.67% | 0.48% | - |
| HSV(B) | 348.59º | 0.8% | 0.8% | - |
| XYZ | 26.52 | 14.67 | 7.39 | - |
| YUV | 92.27 | 116 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 71 | 0 | 0.80 | 0.65 | 0.20 | 348.59 | 0.67 | 0.48 |
| Hex | CB | 28 | 47 | 0 | 50 | 41 | 14 | 15D | 43 | 30 |
| Octal | 313 | 50 | 107 | 0 | 120 | 101 | 24 | 535 | 103 | 60 |
| Binary | 11001011 | 101000 | 1000111 | 0 | 1010000 | 1000001 | 10100 | 101011101 | 1000011 | 110000 |
Color Harmonies of #CB2847
Complementary color
Monochromatic Colors of #CB2847
Black with #CB2847
Text Example
Text Example
White with #CB2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2847; }
p { color: rgb(203,40,71); }
H1.HeaderClassName
{
color: #CB2847;
}
.AnyTagClassName
{
color: #CB2847;
}
</style>
background-color css
<style>
a { background-color: #CB2847; }
a { background-color: rgb(203,40,71); }
div.DivClassName
{
background-color: #CB2847;
}
.BgClassName
{
background-color: #CB2847;
}
</style>
border-color css
<style>
span { border-color: #CB2847; }
span { border-color: rgb(203,40,71); }
td.TdClassName
{
border-color: #CB2847;
}
.TagClassName
{
border-color: #CB2847;
}
</style>