Shades of Brick Red #CB3547
Tints of Brick Red #CB3547
RGB
CMYK
RGB Variations
Color information
#CB3547 (or 0xCB3547) is known color: Brick Red. HEX triplet: CB, 35 and 47. RGB value is (203,53,71). Sum of RGB (Red+Green+Blue) = 203+53+71=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3547 is #34CAB8. Grayscale: #636363. Windows color (decimal): -3459769 or 4666827. OLE color: 4666827.
HSL color Cylindrical-coordinate representation of color #CB3547: hue angle of 352.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3547 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 71 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.20 |
| HSL | 352.8º | 0.59% | 0.5% | - |
| HSV(B) | 352.8º | 0.74% | 0.8% | - |
| XYZ | 27.04 | 15.7 | 7.57 | - |
| YUV | 99.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 71 | 0 | 0.74 | 0.65 | 0.20 | 352.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 47 | 0 | 4A | 41 | 14 | 161 | 3B | 32 |
| Octal | 313 | 65 | 107 | 0 | 112 | 101 | 24 | 541 | 73 | 62 |
| Binary | 11001011 | 110101 | 1000111 | 0 | 1001010 | 1000001 | 10100 | 101100001 | 111011 | 110010 |
Color Harmonies of #CB3547
Complementary color
Monochromatic Colors of #CB3547
Black with #CB3547
Text Example
Text Example
White with #CB3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3547; }
p { color: rgb(203,53,71); }
H1.HeaderClassName
{
color: #CB3547;
}
.AnyTagClassName
{
color: #CB3547;
}
</style>
background-color css
<style>
a { background-color: #CB3547; }
a { background-color: rgb(203,53,71); }
div.DivClassName
{
background-color: #CB3547;
}
.BgClassName
{
background-color: #CB3547;
}
</style>
border-color css
<style>
span { border-color: #CB3547; }
span { border-color: rgb(203,53,71); }
td.TdClassName
{
border-color: #CB3547;
}
.TagClassName
{
border-color: #CB3547;
}
</style>