Shades of Brick Red #C03947
Tints of Brick Red #C03947
RGB
CMYK
RGB Variations
Color information
#C03947 (or 0xC03947) is known color: Brick Red. HEX triplet: C0, 39 and 47. RGB value is (192,57,71). Sum of RGB (Red+Green+Blue) = 192+57+71=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03947 is #3FC6B8. Grayscale: #636363. Windows color (decimal): -4179641 or 4667840. OLE color: 4667840.
HSL color Cylindrical-coordinate representation of color #C03947: hue angle of 353.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03947 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 71 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.25 |
| HSL | 353.78º | 0.54% | 0.49% | - |
| HSV(B) | 353.78º | 0.7% | 0.75% | - |
| XYZ | 24.34 | 14.59 | 7.49 | - |
| YUV | 98.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 71 | 0 | 0.70 | 0.63 | 0.25 | 353.78 | 0.54 | 0.49 |
| Hex | C0 | 39 | 47 | 0 | 46 | 3F | 19 | 162 | 36 | 31 |
| Octal | 300 | 71 | 107 | 0 | 106 | 77 | 31 | 542 | 66 | 61 |
| Binary | 11000000 | 111001 | 1000111 | 0 | 1000110 | 111111 | 11001 | 101100010 | 110110 | 110001 |
Color Harmonies of #C03947
Complementary color
Monochromatic Colors of #C03947
Black with #C03947
Text Example
Text Example
White with #C03947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03947; }
p { color: rgb(192,57,71); }
H1.HeaderClassName
{
color: #C03947;
}
.AnyTagClassName
{
color: #C03947;
}
</style>
background-color css
<style>
a { background-color: #C03947; }
a { background-color: rgb(192,57,71); }
div.DivClassName
{
background-color: #C03947;
}
.BgClassName
{
background-color: #C03947;
}
</style>
border-color css
<style>
span { border-color: #C03947; }
span { border-color: rgb(192,57,71); }
td.TdClassName
{
border-color: #C03947;
}
.TagClassName
{
border-color: #C03947;
}
</style>