Shades of Brick Red #C04047
Tints of Brick Red #C04047
RGB
CMYK
RGB Variations
Color information
#C04047 (or 0xC04047) is known color: Brick Red. HEX triplet: C0, 40 and 47. RGB value is (192,64,71). Sum of RGB (Red+Green+Blue) = 192+64+71=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04047 is #3FBFB8. Grayscale: #676767. Windows color (decimal): -4177849 or 4669632. OLE color: 4669632.
HSL color Cylindrical-coordinate representation of color #C04047: hue angle of 356.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04047 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 71 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.25 |
| HSL | 356.72º | 0.5% | 0.5% | - |
| HSV(B) | 356.72º | 0.67% | 0.75% | - |
| XYZ | 24.71 | 15.33 | 7.62 | - |
| YUV | 103.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 71 | 0 | 0.67 | 0.63 | 0.25 | 356.72 | 0.5 | 0.5 |
| Hex | C0 | 40 | 47 | 0 | 43 | 3F | 19 | 165 | 32 | 32 |
| Octal | 300 | 100 | 107 | 0 | 103 | 77 | 31 | 545 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1000111 | 0 | 1000011 | 111111 | 11001 | 101100101 | 110010 | 110010 |
Color Harmonies of #C04047
Complementary color
Monochromatic Colors of #C04047
Black with #C04047
Text Example
Text Example
White with #C04047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04047; }
p { color: rgb(192,64,71); }
H1.HeaderClassName
{
color: #C04047;
}
.AnyTagClassName
{
color: #C04047;
}
</style>
background-color css
<style>
a { background-color: #C04047; }
a { background-color: rgb(192,64,71); }
div.DivClassName
{
background-color: #C04047;
}
.BgClassName
{
background-color: #C04047;
}
</style>
border-color css
<style>
span { border-color: #C04047; }
span { border-color: rgb(192,64,71); }
td.TdClassName
{
border-color: #C04047;
}
.TagClassName
{
border-color: #C04047;
}
</style>