Shades of Brick Red #C93B4A
Tints of Brick Red #C93B4A
RGB
CMYK
RGB Variations
Color information
#C93B4A (or 0xC93B4A) is known color: Brick Red. HEX triplet: C9, 3B and 4A. RGB value is (201,59,74). Sum of RGB (Red+Green+Blue) = 201+59+74=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B4A is #36C4B5. Grayscale: #676767. Windows color (decimal): -3589302 or 4864969. OLE color: 4864969.
HSL color Cylindrical-coordinate representation of color #C93B4A: hue angle of 353.66º 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 #C93B4A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 74 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.21 |
| HSL | 353.66º | 0.57% | 0.51% | - |
| HSV(B) | 353.66º | 0.71% | 0.79% | - |
| XYZ | 26.89 | 16.04 | 8.16 | - |
| YUV | 103.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 74 | 0 | 0.71 | 0.63 | 0.21 | 353.66 | 0.57 | 0.51 |
| Hex | C9 | 3B | 4A | 0 | 47 | 3F | 15 | 162 | 39 | 33 |
| Octal | 311 | 73 | 112 | 0 | 107 | 77 | 25 | 542 | 71 | 63 |
| Binary | 11001001 | 111011 | 1001010 | 0 | 1000111 | 111111 | 10101 | 101100010 | 111001 | 110011 |
Color Harmonies of #C93B4A
Complementary color
Monochromatic Colors of #C93B4A
Black with #C93B4A
Text Example
Text Example
White with #C93B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B4A; }
p { color: rgb(201,59,74); }
H1.HeaderClassName
{
color: #C93B4A;
}
.AnyTagClassName
{
color: #C93B4A;
}
</style>
background-color css
<style>
a { background-color: #C93B4A; }
a { background-color: rgb(201,59,74); }
div.DivClassName
{
background-color: #C93B4A;
}
.BgClassName
{
background-color: #C93B4A;
}
</style>
border-color css
<style>
span { border-color: #C93B4A; }
span { border-color: rgb(201,59,74); }
td.TdClassName
{
border-color: #C93B4A;
}
.TagClassName
{
border-color: #C93B4A;
}
</style>