Shades of Brick Red #C93443
Tints of Brick Red #C93443
RGB
CMYK
RGB Variations
Color information
#C93443 (or 0xC93443) is known color: Brick Red. HEX triplet: C9, 34 and 43. RGB value is (201,52,67). Sum of RGB (Red+Green+Blue) = 201+52+67=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93443 is #36CBBC. Grayscale: #626262. Windows color (decimal): -3591101 or 4404425. OLE color: 4404425.
HSL color Cylindrical-coordinate representation of color #C93443: hue angle of 353.96º 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 #C93443 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 67 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.21 |
| HSL | 353.96º | 0.59% | 0.5% | - |
| HSV(B) | 353.96º | 0.74% | 0.79% | - |
| XYZ | 26.33 | 15.28 | 6.87 | - |
| YUV | 98.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 67 | 0 | 0.74 | 0.67 | 0.21 | 353.96 | 0.59 | 0.5 |
| Hex | C9 | 34 | 43 | 0 | 4A | 43 | 15 | 162 | 3B | 32 |
| Octal | 311 | 64 | 103 | 0 | 112 | 103 | 25 | 542 | 73 | 62 |
| Binary | 11001001 | 110100 | 1000011 | 0 | 1001010 | 1000011 | 10101 | 101100010 | 111011 | 110010 |
Color Harmonies of #C93443
Complementary color
Monochromatic Colors of #C93443
Black with #C93443
Text Example
Text Example
White with #C93443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93443; }
p { color: rgb(201,52,67); }
H1.HeaderClassName
{
color: #C93443;
}
.AnyTagClassName
{
color: #C93443;
}
</style>
background-color css
<style>
a { background-color: #C93443; }
a { background-color: rgb(201,52,67); }
div.DivClassName
{
background-color: #C93443;
}
.BgClassName
{
background-color: #C93443;
}
</style>
border-color css
<style>
span { border-color: #C93443; }
span { border-color: rgb(201,52,67); }
td.TdClassName
{
border-color: #C93443;
}
.TagClassName
{
border-color: #C93443;
}
</style>