Shades of Brick Red #C03444
Tints of Brick Red #C03444
RGB
CMYK
RGB Variations
Color information
#C03444 (or 0xC03444) is known color: Brick Red. HEX triplet: C0, 34 and 44. RGB value is (192,52,68). Sum of RGB (Red+Green+Blue) = 192+52+68=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03444 is #3FCBBB. Grayscale: #5F5F5F. Windows color (decimal): -4180924 or 4469952. OLE color: 4469952.
HSL color Cylindrical-coordinate representation of color #C03444: hue angle of 353.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03444 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 68 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.25 |
| HSL | 353.14º | 0.57% | 0.48% | - |
| HSV(B) | 353.14º | 0.73% | 0.75% | - |
| XYZ | 24.01 | 14.08 | 6.92 | - |
| YUV | 95.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 68 | 0 | 0.73 | 0.65 | 0.25 | 353.14 | 0.57 | 0.48 |
| Hex | C0 | 34 | 44 | 0 | 49 | 41 | 19 | 161 | 39 | 30 |
| Octal | 300 | 64 | 104 | 0 | 111 | 101 | 31 | 541 | 71 | 60 |
| Binary | 11000000 | 110100 | 1000100 | 0 | 1001001 | 1000001 | 11001 | 101100001 | 111001 | 110000 |
Color Harmonies of #C03444
Complementary color
Monochromatic Colors of #C03444
Black with #C03444
Text Example
Text Example
White with #C03444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03444; }
p { color: rgb(192,52,68); }
H1.HeaderClassName
{
color: #C03444;
}
.AnyTagClassName
{
color: #C03444;
}
</style>
background-color css
<style>
a { background-color: #C03444; }
a { background-color: rgb(192,52,68); }
div.DivClassName
{
background-color: #C03444;
}
.BgClassName
{
background-color: #C03444;
}
</style>
border-color css
<style>
span { border-color: #C03444; }
span { border-color: rgb(192,52,68); }
td.TdClassName
{
border-color: #C03444;
}
.TagClassName
{
border-color: #C03444;
}
</style>