Shades of Brick Red #C03540
Tints of Brick Red #C03540
RGB
CMYK
RGB Variations
Color information
#C03540 (or 0xC03540) is known color: Brick Red. HEX triplet: C0, 35 and 40. RGB value is (192,53,64). Sum of RGB (Red+Green+Blue) = 192+53+64=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C03540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03540 is #3FCABF. Grayscale: #5F5F5F. Windows color (decimal): -4180672 or 4208064. OLE color: 4208064.
HSL color Cylindrical-coordinate representation of color #C03540: hue angle of 355.25º 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 #C03540 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 64 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.25 |
| HSL | 355.25º | 0.57% | 0.48% | - |
| HSV(B) | 355.25º | 0.72% | 0.75% | - |
| XYZ | 23.94 | 14.12 | 6.31 | - |
| YUV | 95.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 64 | 0 | 0.72 | 0.67 | 0.25 | 355.25 | 0.57 | 0.48 |
| Hex | C0 | 35 | 40 | 0 | 48 | 43 | 19 | 163 | 39 | 30 |
| Octal | 300 | 65 | 100 | 0 | 110 | 103 | 31 | 543 | 71 | 60 |
| Binary | 11000000 | 110101 | 1000000 | 0 | 1001000 | 1000011 | 11001 | 101100011 | 111001 | 110000 |
Color Harmonies of #C03540
Complementary color
Monochromatic Colors of #C03540
Black with #C03540
Text Example
Text Example
White with #C03540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03540; }
p { color: rgb(192,53,64); }
H1.HeaderClassName
{
color: #C03540;
}
.AnyTagClassName
{
color: #C03540;
}
</style>
background-color css
<style>
a { background-color: #C03540; }
a { background-color: rgb(192,53,64); }
div.DivClassName
{
background-color: #C03540;
}
.BgClassName
{
background-color: #C03540;
}
</style>
border-color css
<style>
span { border-color: #C03540; }
span { border-color: rgb(192,53,64); }
td.TdClassName
{
border-color: #C03540;
}
.TagClassName
{
border-color: #C03540;
}
</style>