Shades of Brick Red #C93846
Tints of Brick Red #C93846
RGB
CMYK
RGB Variations
Color information
#C93846 (or 0xC93846) is known color: Brick Red. HEX triplet: C9, 38 and 46. RGB value is (201,56,70). Sum of RGB (Red+Green+Blue) = 201+56+70=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C93846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93846 is #36C7B9. Grayscale: #656565. Windows color (decimal): -3590074 or 4602057. OLE color: 4602057.
HSL color Cylindrical-coordinate representation of color #C93846: hue angle of 354.21º 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 #C93846 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 70 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.21 |
| HSL | 354.21º | 0.57% | 0.5% | - |
| HSV(B) | 354.21º | 0.72% | 0.79% | - |
| XYZ | 26.61 | 15.69 | 7.42 | - |
| YUV | 100.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 70 | 0 | 0.72 | 0.65 | 0.21 | 354.21 | 0.57 | 0.5 |
| Hex | C9 | 38 | 46 | 0 | 48 | 41 | 15 | 162 | 39 | 32 |
| Octal | 311 | 70 | 106 | 0 | 110 | 101 | 25 | 542 | 71 | 62 |
| Binary | 11001001 | 111000 | 1000110 | 0 | 1001000 | 1000001 | 10101 | 101100010 | 111001 | 110010 |
Color Harmonies of #C93846
Complementary color
Monochromatic Colors of #C93846
Black with #C93846
Text Example
Text Example
White with #C93846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93846; }
p { color: rgb(201,56,70); }
H1.HeaderClassName
{
color: #C93846;
}
.AnyTagClassName
{
color: #C93846;
}
</style>
background-color css
<style>
a { background-color: #C93846; }
a { background-color: rgb(201,56,70); }
div.DivClassName
{
background-color: #C93846;
}
.BgClassName
{
background-color: #C93846;
}
</style>
border-color css
<style>
span { border-color: #C93846; }
span { border-color: rgb(201,56,70); }
td.TdClassName
{
border-color: #C93846;
}
.TagClassName
{
border-color: #C93846;
}
</style>