Shades of Brick Red #CB3449
Tints of Brick Red #CB3449
RGB
CMYK
RGB Variations
Color information
#CB3449 (or 0xCB3449) is known color: Brick Red. HEX triplet: CB, 34 and 49. RGB value is (203,52,73). Sum of RGB (Red+Green+Blue) = 203+52+73=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3449 is #34CBB6. Grayscale: #636363. Windows color (decimal): -3460023 or 4797643. OLE color: 4797643.
HSL color Cylindrical-coordinate representation of color #CB3449: hue angle of 351.66º 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 #CB3449 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 73 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.20 |
| HSL | 351.66º | 0.59% | 0.5% | - |
| HSV(B) | 351.66º | 0.74% | 0.8% | - |
| XYZ | 27.06 | 15.63 | 7.89 | - |
| YUV | 99.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 73 | 0 | 0.74 | 0.64 | 0.20 | 351.66 | 0.59 | 0.5 |
| Hex | CB | 34 | 49 | 0 | 4A | 40 | 14 | 160 | 3B | 32 |
| Octal | 313 | 64 | 111 | 0 | 112 | 100 | 24 | 540 | 73 | 62 |
| Binary | 11001011 | 110100 | 1001001 | 0 | 1001010 | 1000000 | 10100 | 101100000 | 111011 | 110010 |
Color Harmonies of #CB3449
Complementary color
Monochromatic Colors of #CB3449
Black with #CB3449
Text Example
Text Example
White with #CB3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3449; }
p { color: rgb(203,52,73); }
H1.HeaderClassName
{
color: #CB3449;
}
.AnyTagClassName
{
color: #CB3449;
}
</style>
background-color css
<style>
a { background-color: #CB3449; }
a { background-color: rgb(203,52,73); }
div.DivClassName
{
background-color: #CB3449;
}
.BgClassName
{
background-color: #CB3449;
}
</style>
border-color css
<style>
span { border-color: #CB3449; }
span { border-color: rgb(203,52,73); }
td.TdClassName
{
border-color: #CB3449;
}
.TagClassName
{
border-color: #CB3449;
}
</style>