Shades of Brick Red #C93440
Tints of Brick Red #C93440
RGB
CMYK
RGB Variations
Color information
#C93440 (or 0xC93440) is known color: Brick Red. HEX triplet: C9, 34 and 40. RGB value is (201,52,64). Sum of RGB (Red+Green+Blue) = 201+52+64=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C93440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93440 is #36CBBF. Grayscale: #626262. Windows color (decimal): -3591104 or 4207817. OLE color: 4207817.
HSL color Cylindrical-coordinate representation of color #C93440: hue angle of 355.17º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93440 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 64 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.21 |
| HSL | 355.17º | 0.59% | 0.5% | - |
| HSV(B) | 355.17º | 0.74% | 0.79% | - |
| XYZ | 26.24 | 15.24 | 6.41 | - |
| YUV | 97.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 64 | 0 | 0.74 | 0.68 | 0.21 | 355.17 | 0.59 | 0.5 |
| Hex | C9 | 34 | 40 | 0 | 4A | 44 | 15 | 163 | 3B | 32 |
| Octal | 311 | 64 | 100 | 0 | 112 | 104 | 25 | 543 | 73 | 62 |
| Binary | 11001001 | 110100 | 1000000 | 0 | 1001010 | 1000100 | 10101 | 101100011 | 111011 | 110010 |
Color Harmonies of #C93440
Complementary color
Monochromatic Colors of #C93440
Black with #C93440
Text Example
Text Example
White with #C93440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93440; }
p { color: rgb(201,52,64); }
H1.HeaderClassName
{
color: #C93440;
}
.AnyTagClassName
{
color: #C93440;
}
</style>
background-color css
<style>
a { background-color: #C93440; }
a { background-color: rgb(201,52,64); }
div.DivClassName
{
background-color: #C93440;
}
.BgClassName
{
background-color: #C93440;
}
</style>
border-color css
<style>
span { border-color: #C93440; }
span { border-color: rgb(201,52,64); }
td.TdClassName
{
border-color: #C93440;
}
.TagClassName
{
border-color: #C93440;
}
</style>