Shades of Brick Red #C93945
Tints of Brick Red #C93945
RGB
CMYK
RGB Variations
Color information
#C93945 (or 0xC93945) is known color: Brick Red. HEX triplet: C9, 39 and 45. RGB value is (201,57,69). Sum of RGB (Red+Green+Blue) = 201+57+69=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C93945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93945 is #36C6BA. Grayscale: #656565. Windows color (decimal): -3589819 or 4536777. OLE color: 4536777.
HSL color Cylindrical-coordinate representation of color #C93945: hue angle of 355º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93945 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 69 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.21 |
| HSL | 355º | 0.57% | 0.51% | - |
| HSV(B) | 355º | 0.72% | 0.79% | - |
| XYZ | 26.62 | 15.77 | 7.27 | - |
| YUV | 101.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 69 | 0 | 0.72 | 0.66 | 0.21 | 355 | 0.57 | 0.51 |
| Hex | C9 | 39 | 45 | 0 | 48 | 42 | 15 | 163 | 39 | 33 |
| Octal | 311 | 71 | 105 | 0 | 110 | 102 | 25 | 543 | 71 | 63 |
| Binary | 11001001 | 111001 | 1000101 | 0 | 1001000 | 1000010 | 10101 | 101100011 | 111001 | 110011 |
Color Harmonies of #C93945
Complementary color
Monochromatic Colors of #C93945
Black with #C93945
Text Example
Text Example
White with #C93945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93945; }
p { color: rgb(201,57,69); }
H1.HeaderClassName
{
color: #C93945;
}
.AnyTagClassName
{
color: #C93945;
}
</style>
background-color css
<style>
a { background-color: #C93945; }
a { background-color: rgb(201,57,69); }
div.DivClassName
{
background-color: #C93945;
}
.BgClassName
{
background-color: #C93945;
}
</style>
border-color css
<style>
span { border-color: #C93945; }
span { border-color: rgb(201,57,69); }
td.TdClassName
{
border-color: #C93945;
}
.TagClassName
{
border-color: #C93945;
}
</style>