Shades of Brick Red #C03A47
Tints of Brick Red #C03A47
RGB
CMYK
RGB Variations
Color information
#C03A47 (or 0xC03A47) is known color: Brick Red. HEX triplet: C0, 3A and 47. RGB value is (192,58,71). Sum of RGB (Red+Green+Blue) = 192+58+71=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A47 is #3FC5B8. Grayscale: #636363. Windows color (decimal): -4179385 or 4668096. OLE color: 4668096.
HSL color Cylindrical-coordinate representation of color #C03A47: hue angle of 354.18º 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 #C03A47 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 71 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.25 |
| HSL | 354.18º | 0.54% | 0.49% | - |
| HSV(B) | 354.18º | 0.7% | 0.75% | - |
| XYZ | 24.39 | 14.69 | 7.51 | - |
| YUV | 99.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 71 | 0 | 0.70 | 0.63 | 0.25 | 354.18 | 0.54 | 0.49 |
| Hex | C0 | 3A | 47 | 0 | 46 | 3F | 19 | 162 | 36 | 31 |
| Octal | 300 | 72 | 107 | 0 | 106 | 77 | 31 | 542 | 66 | 61 |
| Binary | 11000000 | 111010 | 1000111 | 0 | 1000110 | 111111 | 11001 | 101100010 | 110110 | 110001 |
Color Harmonies of #C03A47
Complementary color
Monochromatic Colors of #C03A47
Black with #C03A47
Text Example
Text Example
White with #C03A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A47; }
p { color: rgb(192,58,71); }
H1.HeaderClassName
{
color: #C03A47;
}
.AnyTagClassName
{
color: #C03A47;
}
</style>
background-color css
<style>
a { background-color: #C03A47; }
a { background-color: rgb(192,58,71); }
div.DivClassName
{
background-color: #C03A47;
}
.BgClassName
{
background-color: #C03A47;
}
</style>
border-color css
<style>
span { border-color: #C03A47; }
span { border-color: rgb(192,58,71); }
td.TdClassName
{
border-color: #C03A47;
}
.TagClassName
{
border-color: #C03A47;
}
</style>