Shades of Brick Red #C93446
Tints of Brick Red #C93446
RGB
CMYK
RGB Variations
Color information
#C93446 (or 0xC93446) is known color: Brick Red. HEX triplet: C9, 34 and 46. RGB value is (201,52,70). Sum of RGB (Red+Green+Blue) = 201+52+70=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93446 is #36CBB9. Grayscale: #626262. Windows color (decimal): -3591098 or 4601033. OLE color: 4601033.
HSL color Cylindrical-coordinate representation of color #C93446: hue angle of 352.75º 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 #C93446 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 70 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.21 |
| HSL | 352.75º | 0.59% | 0.5% | - |
| HSV(B) | 352.75º | 0.74% | 0.79% | - |
| XYZ | 26.42 | 15.32 | 7.36 | - |
| YUV | 98.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 70 | 0 | 0.74 | 0.65 | 0.21 | 352.75 | 0.59 | 0.5 |
| Hex | C9 | 34 | 46 | 0 | 4A | 41 | 15 | 161 | 3B | 32 |
| Octal | 311 | 64 | 106 | 0 | 112 | 101 | 25 | 541 | 73 | 62 |
| Binary | 11001001 | 110100 | 1000110 | 0 | 1001010 | 1000001 | 10101 | 101100001 | 111011 | 110010 |
Color Harmonies of #C93446
Complementary color
Monochromatic Colors of #C93446
Black with #C93446
Text Example
Text Example
White with #C93446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93446; }
p { color: rgb(201,52,70); }
H1.HeaderClassName
{
color: #C93446;
}
.AnyTagClassName
{
color: #C93446;
}
</style>
background-color css
<style>
a { background-color: #C93446; }
a { background-color: rgb(201,52,70); }
div.DivClassName
{
background-color: #C93446;
}
.BgClassName
{
background-color: #C93446;
}
</style>
border-color css
<style>
span { border-color: #C93446; }
span { border-color: rgb(201,52,70); }
td.TdClassName
{
border-color: #C93446;
}
.TagClassName
{
border-color: #C93446;
}
</style>