Shades of Brick Red #C93849
Tints of Brick Red #C93849
RGB
CMYK
RGB Variations
Color information
#C93849 (or 0xC93849) is known color: Brick Red. HEX triplet: C9, 38 and 49. RGB value is (201,56,73). Sum of RGB (Red+Green+Blue) = 201+56+73=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C93849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93849 is #36C7B6. Grayscale: #656565. Windows color (decimal): -3590071 or 4798665. OLE color: 4798665.
HSL color Cylindrical-coordinate representation of color #C93849: hue angle of 352.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93849 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 73 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.21 |
| HSL | 352.97º | 0.57% | 0.5% | - |
| HSV(B) | 352.97º | 0.72% | 0.79% | - |
| XYZ | 26.7 | 15.73 | 7.93 | - |
| YUV | 101.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 73 | 0 | 0.72 | 0.64 | 0.21 | 352.97 | 0.57 | 0.5 |
| Hex | C9 | 38 | 49 | 0 | 48 | 40 | 15 | 161 | 39 | 32 |
| Octal | 311 | 70 | 111 | 0 | 110 | 100 | 25 | 541 | 71 | 62 |
| Binary | 11001001 | 111000 | 1001001 | 0 | 1001000 | 1000000 | 10101 | 101100001 | 111001 | 110010 |
Color Harmonies of #C93849
Complementary color
Monochromatic Colors of #C93849
Black with #C93849
Text Example
Text Example
White with #C93849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93849; }
p { color: rgb(201,56,73); }
H1.HeaderClassName
{
color: #C93849;
}
.AnyTagClassName
{
color: #C93849;
}
</style>
background-color css
<style>
a { background-color: #C93849; }
a { background-color: rgb(201,56,73); }
div.DivClassName
{
background-color: #C93849;
}
.BgClassName
{
background-color: #C93849;
}
</style>
border-color css
<style>
span { border-color: #C93849; }
span { border-color: rgb(201,56,73); }
td.TdClassName
{
border-color: #C93849;
}
.TagClassName
{
border-color: #C93849;
}
</style>