Shades of Brick Red #C93549
Tints of Brick Red #C93549
RGB
CMYK
RGB Variations
Color information
#C93549 (or 0xC93549) is known color: Brick Red. HEX triplet: C9, 35 and 49. RGB value is (201,53,73). Sum of RGB (Red+Green+Blue) = 201+53+73=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C93549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93549 is #36CAB6. Grayscale: #636363. Windows color (decimal): -3590839 or 4797897. OLE color: 4797897.
HSL color Cylindrical-coordinate representation of color #C93549: hue angle of 351.89º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93549 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 73 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.21 |
| HSL | 351.89º | 0.58% | 0.5% | - |
| HSV(B) | 351.89º | 0.74% | 0.79% | - |
| XYZ | 26.56 | 15.44 | 7.88 | - |
| YUV | 99.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 73 | 0 | 0.74 | 0.64 | 0.21 | 351.89 | 0.58 | 0.5 |
| Hex | C9 | 35 | 49 | 0 | 4A | 40 | 15 | 160 | 3A | 32 |
| Octal | 311 | 65 | 111 | 0 | 112 | 100 | 25 | 540 | 72 | 62 |
| Binary | 11001001 | 110101 | 1001001 | 0 | 1001010 | 1000000 | 10101 | 101100000 | 111010 | 110010 |
Color Harmonies of #C93549
Complementary color
Monochromatic Colors of #C93549
Black with #C93549
Text Example
Text Example
White with #C93549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93549; }
p { color: rgb(201,53,73); }
H1.HeaderClassName
{
color: #C93549;
}
.AnyTagClassName
{
color: #C93549;
}
</style>
background-color css
<style>
a { background-color: #C93549; }
a { background-color: rgb(201,53,73); }
div.DivClassName
{
background-color: #C93549;
}
.BgClassName
{
background-color: #C93549;
}
</style>
border-color css
<style>
span { border-color: #C93549; }
span { border-color: rgb(201,53,73); }
td.TdClassName
{
border-color: #C93549;
}
.TagClassName
{
border-color: #C93549;
}
</style>