Shades of Brick Red #C03342
Tints of Brick Red #C03342
RGB
CMYK
RGB Variations
Color information
#C03342 (or 0xC03342) is known color: Brick Red. HEX triplet: C0, 33 and 42. RGB value is (192,51,66). Sum of RGB (Red+Green+Blue) = 192+51+66=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C03342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03342 is #3FCCBD. Grayscale: #5E5E5E. Windows color (decimal): -4181182 or 4338624. OLE color: 4338624.
HSL color Cylindrical-coordinate representation of color #C03342: hue angle of 353.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03342 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 66 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.25 |
| HSL | 353.62º | 0.58% | 0.48% | - |
| HSV(B) | 353.62º | 0.73% | 0.75% | - |
| XYZ | 23.91 | 13.97 | 6.59 | - |
| YUV | 94.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 66 | 0 | 0.73 | 0.66 | 0.25 | 353.62 | 0.58 | 0.48 |
| Hex | C0 | 33 | 42 | 0 | 49 | 42 | 19 | 162 | 3A | 30 |
| Octal | 300 | 63 | 102 | 0 | 111 | 102 | 31 | 542 | 72 | 60 |
| Binary | 11000000 | 110011 | 1000010 | 0 | 1001001 | 1000010 | 11001 | 101100010 | 111010 | 110000 |
Color Harmonies of #C03342
Complementary color
Monochromatic Colors of #C03342
Black with #C03342
Text Example
Text Example
White with #C03342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03342; }
p { color: rgb(192,51,66); }
H1.HeaderClassName
{
color: #C03342;
}
.AnyTagClassName
{
color: #C03342;
}
</style>
background-color css
<style>
a { background-color: #C03342; }
a { background-color: rgb(192,51,66); }
div.DivClassName
{
background-color: #C03342;
}
.BgClassName
{
background-color: #C03342;
}
</style>
border-color css
<style>
span { border-color: #C03342; }
span { border-color: rgb(192,51,66); }
td.TdClassName
{
border-color: #C03342;
}
.TagClassName
{
border-color: #C03342;
}
</style>