Shades of Brick Red #C03C47
Tints of Brick Red #C03C47
RGB
CMYK
RGB Variations
Color information
#C03C47 (or 0xC03C47) is known color: Brick Red. HEX triplet: C0, 3C and 47. RGB value is (192,60,71). Sum of RGB (Red+Green+Blue) = 192+60+71=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C47 is #3FC3B8. Grayscale: #646464. Windows color (decimal): -4178873 or 4668608. OLE color: 4668608.
HSL color Cylindrical-coordinate representation of color #C03C47: hue angle of 355º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C47 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 71 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.25 |
| HSL | 355º | 0.52% | 0.49% | - |
| HSV(B) | 355º | 0.69% | 0.75% | - |
| XYZ | 24.49 | 14.89 | 7.55 | - |
| YUV | 100.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 71 | 0 | 0.69 | 0.63 | 0.25 | 355 | 0.52 | 0.49 |
| Hex | C0 | 3C | 47 | 0 | 45 | 3F | 19 | 163 | 34 | 31 |
| Octal | 300 | 74 | 107 | 0 | 105 | 77 | 31 | 543 | 64 | 61 |
| Binary | 11000000 | 111100 | 1000111 | 0 | 1000101 | 111111 | 11001 | 101100011 | 110100 | 110001 |
Color Harmonies of #C03C47
Complementary color
Monochromatic Colors of #C03C47
Black with #C03C47
Text Example
Text Example
White with #C03C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C47; }
p { color: rgb(192,60,71); }
H1.HeaderClassName
{
color: #C03C47;
}
.AnyTagClassName
{
color: #C03C47;
}
</style>
background-color css
<style>
a { background-color: #C03C47; }
a { background-color: rgb(192,60,71); }
div.DivClassName
{
background-color: #C03C47;
}
.BgClassName
{
background-color: #C03C47;
}
</style>
border-color css
<style>
span { border-color: #C03C47; }
span { border-color: rgb(192,60,71); }
td.TdClassName
{
border-color: #C03C47;
}
.TagClassName
{
border-color: #C03C47;
}
</style>