Shades of Brick Red #C93043
Tints of Brick Red #C93043
RGB
CMYK
RGB Variations
Color information
#C93043 (or 0xC93043) is known color: Brick Red. HEX triplet: C9, 30 and 43. RGB value is (201,48,67). Sum of RGB (Red+Green+Blue) = 201+48+67=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C93043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93043 is #36CFBC. Grayscale: #5F5F5F. Windows color (decimal): -3592125 or 4403401. OLE color: 4403401.
HSL color Cylindrical-coordinate representation of color #C93043: hue angle of 352.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93043 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 67 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.21 |
| HSL | 352.55º | 0.61% | 0.49% | - |
| HSV(B) | 352.55º | 0.76% | 0.79% | - |
| XYZ | 26.16 | 14.94 | 6.81 | - |
| YUV | 95.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 67 | 0 | 0.76 | 0.67 | 0.21 | 352.55 | 0.61 | 0.49 |
| Hex | C9 | 30 | 43 | 0 | 4C | 43 | 15 | 161 | 3D | 31 |
| Octal | 311 | 60 | 103 | 0 | 114 | 103 | 25 | 541 | 75 | 61 |
| Binary | 11001001 | 110000 | 1000011 | 0 | 1001100 | 1000011 | 10101 | 101100001 | 111101 | 110001 |
Color Harmonies of #C93043
Complementary color
Monochromatic Colors of #C93043
Black with #C93043
Text Example
Text Example
White with #C93043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93043; }
p { color: rgb(201,48,67); }
H1.HeaderClassName
{
color: #C93043;
}
.AnyTagClassName
{
color: #C93043;
}
</style>
background-color css
<style>
a { background-color: #C93043; }
a { background-color: rgb(201,48,67); }
div.DivClassName
{
background-color: #C93043;
}
.BgClassName
{
background-color: #C93043;
}
</style>
border-color css
<style>
span { border-color: #C93043; }
span { border-color: rgb(201,48,67); }
td.TdClassName
{
border-color: #C93043;
}
.TagClassName
{
border-color: #C93043;
}
</style>