Shades of Brick Red #C03541
Tints of Brick Red #C03541
RGB
CMYK
RGB Variations
Color information
#C03541 (or 0xC03541) is known color: Brick Red. HEX triplet: C0, 35 and 41. RGB value is (192,53,65). Sum of RGB (Red+Green+Blue) = 192+53+65=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C03541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03541 is #3FCABE. Grayscale: #606060. Windows color (decimal): -4180671 or 4273600. OLE color: 4273600.
HSL color Cylindrical-coordinate representation of color #C03541: hue angle of 354.82º 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 #C03541 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 65 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.25 |
| HSL | 354.82º | 0.57% | 0.48% | - |
| HSV(B) | 354.82º | 0.72% | 0.75% | - |
| XYZ | 23.97 | 14.13 | 6.47 | - |
| YUV | 95.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 65 | 0 | 0.72 | 0.66 | 0.25 | 354.82 | 0.57 | 0.48 |
| Hex | C0 | 35 | 41 | 0 | 48 | 42 | 19 | 163 | 39 | 30 |
| Octal | 300 | 65 | 101 | 0 | 110 | 102 | 31 | 543 | 71 | 60 |
| Binary | 11000000 | 110101 | 1000001 | 0 | 1001000 | 1000010 | 11001 | 101100011 | 111001 | 110000 |
Color Harmonies of #C03541
Complementary color
Monochromatic Colors of #C03541
Black with #C03541
Text Example
Text Example
White with #C03541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03541; }
p { color: rgb(192,53,65); }
H1.HeaderClassName
{
color: #C03541;
}
.AnyTagClassName
{
color: #C03541;
}
</style>
background-color css
<style>
a { background-color: #C03541; }
a { background-color: rgb(192,53,65); }
div.DivClassName
{
background-color: #C03541;
}
.BgClassName
{
background-color: #C03541;
}
</style>
border-color css
<style>
span { border-color: #C03541; }
span { border-color: rgb(192,53,65); }
td.TdClassName
{
border-color: #C03541;
}
.TagClassName
{
border-color: #C03541;
}
</style>