Shades of Brick Red #C03C42
Tints of Brick Red #C03C42
RGB
CMYK
RGB Variations
Color information
#C03C42 (or 0xC03C42) is known color: Brick Red. HEX triplet: C0, 3C and 42. RGB value is (192,60,66). Sum of RGB (Red+Green+Blue) = 192+60+66=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C42 is #3FC3BD. Grayscale: #646464. Windows color (decimal): -4178878 or 4340928. OLE color: 4340928.
HSL color Cylindrical-coordinate representation of color #C03C42: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C42 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 66 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.25 |
| HSL | 357.27º | 0.52% | 0.49% | - |
| HSV(B) | 357.27º | 0.69% | 0.75% | - |
| XYZ | 24.34 | 14.83 | 6.73 | - |
| YUV | 100.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 66 | 0 | 0.69 | 0.66 | 0.25 | 357.27 | 0.52 | 0.49 |
| Hex | C0 | 3C | 42 | 0 | 45 | 42 | 19 | 165 | 34 | 31 |
| Octal | 300 | 74 | 102 | 0 | 105 | 102 | 31 | 545 | 64 | 61 |
| Binary | 11000000 | 111100 | 1000010 | 0 | 1000101 | 1000010 | 11001 | 101100101 | 110100 | 110001 |
Color Harmonies of #C03C42
Complementary color
Monochromatic Colors of #C03C42
Black with #C03C42
Text Example
Text Example
White with #C03C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C42; }
p { color: rgb(192,60,66); }
H1.HeaderClassName
{
color: #C03C42;
}
.AnyTagClassName
{
color: #C03C42;
}
</style>
background-color css
<style>
a { background-color: #C03C42; }
a { background-color: rgb(192,60,66); }
div.DivClassName
{
background-color: #C03C42;
}
.BgClassName
{
background-color: #C03C42;
}
</style>
border-color css
<style>
span { border-color: #C03C42; }
span { border-color: rgb(192,60,66); }
td.TdClassName
{
border-color: #C03C42;
}
.TagClassName
{
border-color: #C03C42;
}
</style>