Shades of Brick Red #C93040
Tints of Brick Red #C93040
RGB
CMYK
RGB Variations
Color information
#C93040 (or 0xC93040) is known color: Brick Red. HEX triplet: C9, 30 and 40. RGB value is (201,48,64). Sum of RGB (Red+Green+Blue) = 201+48+64=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C93040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93040 is #36CFBF. Grayscale: #5F5F5F. Windows color (decimal): -3592128 or 4206793. OLE color: 4206793.
HSL color Cylindrical-coordinate representation of color #C93040: hue angle of 353.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93040 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 64 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.21 |
| HSL | 353.73º | 0.61% | 0.49% | - |
| HSV(B) | 353.73º | 0.76% | 0.79% | - |
| XYZ | 26.07 | 14.9 | 6.35 | - |
| YUV | 95.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 64 | 0 | 0.76 | 0.68 | 0.21 | 353.73 | 0.61 | 0.49 |
| Hex | C9 | 30 | 40 | 0 | 4C | 44 | 15 | 162 | 3D | 31 |
| Octal | 311 | 60 | 100 | 0 | 114 | 104 | 25 | 542 | 75 | 61 |
| Binary | 11001001 | 110000 | 1000000 | 0 | 1001100 | 1000100 | 10101 | 101100010 | 111101 | 110001 |
Color Harmonies of #C93040
Complementary color
Monochromatic Colors of #C93040
Black with #C93040
Text Example
Text Example
White with #C93040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93040; }
p { color: rgb(201,48,64); }
H1.HeaderClassName
{
color: #C93040;
}
.AnyTagClassName
{
color: #C93040;
}
</style>
background-color css
<style>
a { background-color: #C93040; }
a { background-color: rgb(201,48,64); }
div.DivClassName
{
background-color: #C93040;
}
.BgClassName
{
background-color: #C93040;
}
</style>
border-color css
<style>
span { border-color: #C93040; }
span { border-color: rgb(201,48,64); }
td.TdClassName
{
border-color: #C93040;
}
.TagClassName
{
border-color: #C93040;
}
</style>