Shades of Brick Red #C03544
Tints of Brick Red #C03544
RGB
CMYK
RGB Variations
Color information
#C03544 (or 0xC03544) is known color: Brick Red. HEX triplet: C0, 35 and 44. RGB value is (192,53,68). Sum of RGB (Red+Green+Blue) = 192+53+68=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03544 is #3FCABB. Grayscale: #606060. Windows color (decimal): -4180668 or 4470208. OLE color: 4470208.
HSL color Cylindrical-coordinate representation of color #C03544: hue angle of 353.53º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03544 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 68 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.25 |
| HSL | 353.53º | 0.57% | 0.48% | - |
| HSV(B) | 353.53º | 0.72% | 0.75% | - |
| XYZ | 24.05 | 14.17 | 6.94 | - |
| YUV | 96.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 68 | 0 | 0.72 | 0.65 | 0.25 | 353.53 | 0.57 | 0.48 |
| Hex | C0 | 35 | 44 | 0 | 48 | 41 | 19 | 162 | 39 | 30 |
| Octal | 300 | 65 | 104 | 0 | 110 | 101 | 31 | 542 | 71 | 60 |
| Binary | 11000000 | 110101 | 1000100 | 0 | 1001000 | 1000001 | 11001 | 101100010 | 111001 | 110000 |
Color Harmonies of #C03544
Complementary color
Monochromatic Colors of #C03544
Black with #C03544
Text Example
Text Example
White with #C03544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03544; }
p { color: rgb(192,53,68); }
H1.HeaderClassName
{
color: #C03544;
}
.AnyTagClassName
{
color: #C03544;
}
</style>
background-color css
<style>
a { background-color: #C03544; }
a { background-color: rgb(192,53,68); }
div.DivClassName
{
background-color: #C03544;
}
.BgClassName
{
background-color: #C03544;
}
</style>
border-color css
<style>
span { border-color: #C03544; }
span { border-color: rgb(192,53,68); }
td.TdClassName
{
border-color: #C03544;
}
.TagClassName
{
border-color: #C03544;
}
</style>