Shades of Brick Red #C03042
Tints of Brick Red #C03042
RGB
CMYK
RGB Variations
Color information
#C03042 (or 0xC03042) is known color: Brick Red. HEX triplet: C0, 30 and 42. RGB value is (192,48,66). Sum of RGB (Red+Green+Blue) = 192+48+66=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C03042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03042 is #3FCFBD. Grayscale: #5D5D5D. Windows color (decimal): -4181950 or 4337856. OLE color: 4337856.
HSL color Cylindrical-coordinate representation of color #C03042: hue angle of 352.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03042 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 66 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.25 |
| HSL | 352.5º | 0.6% | 0.47% | - |
| HSV(B) | 352.5º | 0.75% | 0.75% | - |
| XYZ | 23.78 | 13.71 | 6.55 | - |
| YUV | 93.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 66 | 0 | 0.75 | 0.66 | 0.25 | 352.5 | 0.6 | 0.47 |
| Hex | C0 | 30 | 42 | 0 | 4B | 42 | 19 | 160 | 3C | 2F |
| Octal | 300 | 60 | 102 | 0 | 113 | 102 | 31 | 540 | 74 | 57 |
| Binary | 11000000 | 110000 | 1000010 | 0 | 1001011 | 1000010 | 11001 | 101100000 | 111100 | 101111 |
Color Harmonies of #C03042
Complementary color
Monochromatic Colors of #C03042
Black with #C03042
Text Example
Text Example
White with #C03042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03042; }
p { color: rgb(192,48,66); }
H1.HeaderClassName
{
color: #C03042;
}
.AnyTagClassName
{
color: #C03042;
}
</style>
background-color css
<style>
a { background-color: #C03042; }
a { background-color: rgb(192,48,66); }
div.DivClassName
{
background-color: #C03042;
}
.BgClassName
{
background-color: #C03042;
}
</style>
border-color css
<style>
span { border-color: #C03042; }
span { border-color: rgb(192,48,66); }
td.TdClassName
{
border-color: #C03042;
}
.TagClassName
{
border-color: #C03042;
}
</style>