Shades of Brick Red #C03D47
Tints of Brick Red #C03D47
RGB
CMYK
RGB Variations
Color information
#C03D47 (or 0xC03D47) is known color: Brick Red. HEX triplet: C0, 3D and 47. RGB value is (192,61,71). Sum of RGB (Red+Green+Blue) = 192+61+71=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D47 is #3FC2B8. Grayscale: #656565. Windows color (decimal): -4178617 or 4668864. OLE color: 4668864.
HSL color Cylindrical-coordinate representation of color #C03D47: hue angle of 355.42º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D47 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 71 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.25 |
| HSL | 355.42º | 0.52% | 0.5% | - |
| HSV(B) | 355.42º | 0.68% | 0.75% | - |
| XYZ | 24.54 | 15 | 7.56 | - |
| YUV | 101.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 71 | 0 | 0.68 | 0.63 | 0.25 | 355.42 | 0.52 | 0.5 |
| Hex | C0 | 3D | 47 | 0 | 44 | 3F | 19 | 163 | 34 | 32 |
| Octal | 300 | 75 | 107 | 0 | 104 | 77 | 31 | 543 | 64 | 62 |
| Binary | 11000000 | 111101 | 1000111 | 0 | 1000100 | 111111 | 11001 | 101100011 | 110100 | 110010 |
Color Harmonies of #C03D47
Complementary color
Monochromatic Colors of #C03D47
Black with #C03D47
Text Example
Text Example
White with #C03D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D47; }
p { color: rgb(192,61,71); }
H1.HeaderClassName
{
color: #C03D47;
}
.AnyTagClassName
{
color: #C03D47;
}
</style>
background-color css
<style>
a { background-color: #C03D47; }
a { background-color: rgb(192,61,71); }
div.DivClassName
{
background-color: #C03D47;
}
.BgClassName
{
background-color: #C03D47;
}
</style>
border-color css
<style>
span { border-color: #C03D47; }
span { border-color: rgb(192,61,71); }
td.TdClassName
{
border-color: #C03D47;
}
.TagClassName
{
border-color: #C03D47;
}
</style>