Shades of Brick Red #C93545
Tints of Brick Red #C93545
RGB
CMYK
RGB Variations
Color information
#C93545 (or 0xC93545) is known color: Brick Red. HEX triplet: C9, 35 and 45. RGB value is (201,53,69). Sum of RGB (Red+Green+Blue) = 201+53+69=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93545 is #36CABA. Grayscale: #636363. Windows color (decimal): -3590843 or 4535753. OLE color: 4535753.
HSL color Cylindrical-coordinate representation of color #C93545: hue angle of 353.51º 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 #C93545 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 69 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.21 |
| HSL | 353.51º | 0.58% | 0.5% | - |
| HSV(B) | 353.51º | 0.74% | 0.79% | - |
| XYZ | 26.43 | 15.39 | 7.21 | - |
| YUV | 99.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 69 | 0 | 0.74 | 0.66 | 0.21 | 353.51 | 0.58 | 0.5 |
| Hex | C9 | 35 | 45 | 0 | 4A | 42 | 15 | 162 | 3A | 32 |
| Octal | 311 | 65 | 105 | 0 | 112 | 102 | 25 | 542 | 72 | 62 |
| Binary | 11001001 | 110101 | 1000101 | 0 | 1001010 | 1000010 | 10101 | 101100010 | 111010 | 110010 |
Color Harmonies of #C93545
Complementary color
Monochromatic Colors of #C93545
Black with #C93545
Text Example
Text Example
White with #C93545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93545; }
p { color: rgb(201,53,69); }
H1.HeaderClassName
{
color: #C93545;
}
.AnyTagClassName
{
color: #C93545;
}
</style>
background-color css
<style>
a { background-color: #C93545; }
a { background-color: rgb(201,53,69); }
div.DivClassName
{
background-color: #C93545;
}
.BgClassName
{
background-color: #C93545;
}
</style>
border-color css
<style>
span { border-color: #C93545; }
span { border-color: rgb(201,53,69); }
td.TdClassName
{
border-color: #C93545;
}
.TagClassName
{
border-color: #C93545;
}
</style>