Shades of Brick Red #CB3A49
Tints of Brick Red #CB3A49
RGB
CMYK
RGB Variations
Color information
#CB3A49 (or 0xCB3A49) is known color: Brick Red. HEX triplet: CB, 3A and 49. RGB value is (203,58,73). Sum of RGB (Red+Green+Blue) = 203+58+73=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A49 is #34C5B6. Grayscale: #676767. Windows color (decimal): -3458487 or 4799179. OLE color: 4799179.
HSL color Cylindrical-coordinate representation of color #CB3A49: hue angle of 353.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A49 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 73 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.20 |
| HSL | 353.79º | 0.58% | 0.51% | - |
| HSV(B) | 353.79º | 0.71% | 0.8% | - |
| XYZ | 27.34 | 16.2 | 7.99 | - |
| YUV | 103.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 73 | 0 | 0.71 | 0.64 | 0.20 | 353.79 | 0.58 | 0.51 |
| Hex | CB | 3A | 49 | 0 | 47 | 40 | 14 | 162 | 3A | 33 |
| Octal | 313 | 72 | 111 | 0 | 107 | 100 | 24 | 542 | 72 | 63 |
| Binary | 11001011 | 111010 | 1001001 | 0 | 1000111 | 1000000 | 10100 | 101100010 | 111010 | 110011 |
Color Harmonies of #CB3A49
Complementary color
Monochromatic Colors of #CB3A49
Black with #CB3A49
Text Example
Text Example
White with #CB3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A49; }
p { color: rgb(203,58,73); }
H1.HeaderClassName
{
color: #CB3A49;
}
.AnyTagClassName
{
color: #CB3A49;
}
</style>
background-color css
<style>
a { background-color: #CB3A49; }
a { background-color: rgb(203,58,73); }
div.DivClassName
{
background-color: #CB3A49;
}
.BgClassName
{
background-color: #CB3A49;
}
</style>
border-color css
<style>
span { border-color: #CB3A49; }
span { border-color: rgb(203,58,73); }
td.TdClassName
{
border-color: #CB3A49;
}
.TagClassName
{
border-color: #CB3A49;
}
</style>