Shades of Brick Red #C93A46
Tints of Brick Red #C93A46
RGB
CMYK
RGB Variations
Color information
#C93A46 (or 0xC93A46) is known color: Brick Red. HEX triplet: C9, 3A and 46. RGB value is (201,58,70). Sum of RGB (Red+Green+Blue) = 201+58+70=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A46 is #36C5B9. Grayscale: #666666. Windows color (decimal): -3589562 or 4602569. OLE color: 4602569.
HSL color Cylindrical-coordinate representation of color #C93A46: hue angle of 354.97º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A46 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 70 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.21 |
| HSL | 354.97º | 0.57% | 0.51% | - |
| HSV(B) | 354.97º | 0.71% | 0.79% | - |
| XYZ | 26.71 | 15.89 | 7.45 | - |
| YUV | 102.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 70 | 0 | 0.71 | 0.65 | 0.21 | 354.97 | 0.57 | 0.51 |
| Hex | C9 | 3A | 46 | 0 | 47 | 41 | 15 | 163 | 39 | 33 |
| Octal | 311 | 72 | 106 | 0 | 107 | 101 | 25 | 543 | 71 | 63 |
| Binary | 11001001 | 111010 | 1000110 | 0 | 1000111 | 1000001 | 10101 | 101100011 | 111001 | 110011 |
Color Harmonies of #C93A46
Complementary color
Monochromatic Colors of #C93A46
Black with #C93A46
Text Example
Text Example
White with #C93A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A46; }
p { color: rgb(201,58,70); }
H1.HeaderClassName
{
color: #C93A46;
}
.AnyTagClassName
{
color: #C93A46;
}
</style>
background-color css
<style>
a { background-color: #C93A46; }
a { background-color: rgb(201,58,70); }
div.DivClassName
{
background-color: #C93A46;
}
.BgClassName
{
background-color: #C93A46;
}
</style>
border-color css
<style>
span { border-color: #C93A46; }
span { border-color: rgb(201,58,70); }
td.TdClassName
{
border-color: #C93A46;
}
.TagClassName
{
border-color: #C93A46;
}
</style>