Shades of Brick Red #C93843
Tints of Brick Red #C93843
RGB
CMYK
RGB Variations
Color information
#C93843 (or 0xC93843) is known color: Brick Red. HEX triplet: C9, 38 and 43. RGB value is (201,56,67). Sum of RGB (Red+Green+Blue) = 201+56+67=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93843 is #36C7BC. Grayscale: #646464. Windows color (decimal): -3590077 or 4405449. OLE color: 4405449.
HSL color Cylindrical-coordinate representation of color #C93843: hue angle of 355.45º 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 #C93843 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 67 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.21 |
| HSL | 355.45º | 0.57% | 0.5% | - |
| HSV(B) | 355.45º | 0.72% | 0.79% | - |
| XYZ | 26.51 | 15.65 | 6.93 | - |
| YUV | 100.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 67 | 0 | 0.72 | 0.67 | 0.21 | 355.45 | 0.57 | 0.5 |
| Hex | C9 | 38 | 43 | 0 | 48 | 43 | 15 | 163 | 39 | 32 |
| Octal | 311 | 70 | 103 | 0 | 110 | 103 | 25 | 543 | 71 | 62 |
| Binary | 11001001 | 111000 | 1000011 | 0 | 1001000 | 1000011 | 10101 | 101100011 | 111001 | 110010 |
Color Harmonies of #C93843
Complementary color
Monochromatic Colors of #C93843
Black with #C93843
Text Example
Text Example
White with #C93843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93843; }
p { color: rgb(201,56,67); }
H1.HeaderClassName
{
color: #C93843;
}
.AnyTagClassName
{
color: #C93843;
}
</style>
background-color css
<style>
a { background-color: #C93843; }
a { background-color: rgb(201,56,67); }
div.DivClassName
{
background-color: #C93843;
}
.BgClassName
{
background-color: #C93843;
}
</style>
border-color css
<style>
span { border-color: #C93843; }
span { border-color: rgb(201,56,67); }
td.TdClassName
{
border-color: #C93843;
}
.TagClassName
{
border-color: #C93843;
}
</style>