Shades of Brick Red #CB3747
Tints of Brick Red #CB3747
RGB
CMYK
RGB Variations
Color information
#CB3747 (or 0xCB3747) is known color: Brick Red. HEX triplet: CB, 37 and 47. RGB value is (203,55,71). Sum of RGB (Red+Green+Blue) = 203+55+71=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3747 is #34C8B8. Grayscale: #656565. Windows color (decimal): -3459257 or 4667339. OLE color: 4667339.
HSL color Cylindrical-coordinate representation of color #CB3747: hue angle of 353.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3747 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 71 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.20 |
| HSL | 353.51º | 0.59% | 0.51% | - |
| HSV(B) | 353.51º | 0.73% | 0.8% | - |
| XYZ | 27.13 | 15.88 | 7.6 | - |
| YUV | 101.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 71 | 0 | 0.73 | 0.65 | 0.20 | 353.51 | 0.59 | 0.51 |
| Hex | CB | 37 | 47 | 0 | 49 | 41 | 14 | 162 | 3B | 33 |
| Octal | 313 | 67 | 107 | 0 | 111 | 101 | 24 | 542 | 73 | 63 |
| Binary | 11001011 | 110111 | 1000111 | 0 | 1001001 | 1000001 | 10100 | 101100010 | 111011 | 110011 |
Color Harmonies of #CB3747
Complementary color
Monochromatic Colors of #CB3747
Black with #CB3747
Text Example
Text Example
White with #CB3747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3747; }
p { color: rgb(203,55,71); }
H1.HeaderClassName
{
color: #CB3747;
}
.AnyTagClassName
{
color: #CB3747;
}
</style>
background-color css
<style>
a { background-color: #CB3747; }
a { background-color: rgb(203,55,71); }
div.DivClassName
{
background-color: #CB3747;
}
.BgClassName
{
background-color: #CB3747;
}
</style>
border-color css
<style>
span { border-color: #CB3747; }
span { border-color: rgb(203,55,71); }
td.TdClassName
{
border-color: #CB3747;
}
.TagClassName
{
border-color: #CB3747;
}
</style>