Shades of Brick Red #C03942
Tints of Brick Red #C03942
RGB
CMYK
RGB Variations
Color information
#C03942 (or 0xC03942) is known color: Brick Red. HEX triplet: C0, 39 and 42. RGB value is (192,57,66). Sum of RGB (Red+Green+Blue) = 192+57+66=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03942 is #3FC6BD. Grayscale: #626262. Windows color (decimal): -4179646 or 4340160. OLE color: 4340160.
HSL color Cylindrical-coordinate representation of color #C03942: hue angle of 356º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03942 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 66 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.25 |
| HSL | 356º | 0.54% | 0.49% | - |
| HSV(B) | 356º | 0.7% | 0.75% | - |
| XYZ | 24.18 | 14.53 | 6.68 | - |
| YUV | 98.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 66 | 0 | 0.70 | 0.66 | 0.25 | 356 | 0.54 | 0.49 |
| Hex | C0 | 39 | 42 | 0 | 46 | 42 | 19 | 164 | 36 | 31 |
| Octal | 300 | 71 | 102 | 0 | 106 | 102 | 31 | 544 | 66 | 61 |
| Binary | 11000000 | 111001 | 1000010 | 0 | 1000110 | 1000010 | 11001 | 101100100 | 110110 | 110001 |
Color Harmonies of #C03942
Complementary color
Monochromatic Colors of #C03942
Black with #C03942
Text Example
Text Example
White with #C03942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03942; }
p { color: rgb(192,57,66); }
H1.HeaderClassName
{
color: #C03942;
}
.AnyTagClassName
{
color: #C03942;
}
</style>
background-color css
<style>
a { background-color: #C03942; }
a { background-color: rgb(192,57,66); }
div.DivClassName
{
background-color: #C03942;
}
.BgClassName
{
background-color: #C03942;
}
</style>
border-color css
<style>
span { border-color: #C03942; }
span { border-color: rgb(192,57,66); }
td.TdClassName
{
border-color: #C03942;
}
.TagClassName
{
border-color: #C03942;
}
</style>