Shades of Brick Red #C03346
Tints of Brick Red #C03346
RGB
CMYK
RGB Variations
Color information
#C03346 (or 0xC03346) is known color: Brick Red. HEX triplet: C0, 33 and 46. RGB value is (192,51,70). Sum of RGB (Red+Green+Blue) = 192+51+70=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03346 is #3FCCB9. Grayscale: #5F5F5F. Windows color (decimal): -4181178 or 4600768. OLE color: 4600768.
HSL color Cylindrical-coordinate representation of color #C03346: hue angle of 351.91º 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 #C03346 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 70 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.25 |
| HSL | 351.91º | 0.58% | 0.48% | - |
| HSV(B) | 351.91º | 0.73% | 0.75% | - |
| XYZ | 24.03 | 14.02 | 7.23 | - |
| YUV | 95.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 70 | 0 | 0.73 | 0.64 | 0.25 | 351.91 | 0.58 | 0.48 |
| Hex | C0 | 33 | 46 | 0 | 49 | 40 | 19 | 160 | 3A | 30 |
| Octal | 300 | 63 | 106 | 0 | 111 | 100 | 31 | 540 | 72 | 60 |
| Binary | 11000000 | 110011 | 1000110 | 0 | 1001001 | 1000000 | 11001 | 101100000 | 111010 | 110000 |
Color Harmonies of #C03346
Complementary color
Monochromatic Colors of #C03346
Black with #C03346
Text Example
Text Example
White with #C03346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03346; }
p { color: rgb(192,51,70); }
H1.HeaderClassName
{
color: #C03346;
}
.AnyTagClassName
{
color: #C03346;
}
</style>
background-color css
<style>
a { background-color: #C03346; }
a { background-color: rgb(192,51,70); }
div.DivClassName
{
background-color: #C03346;
}
.BgClassName
{
background-color: #C03346;
}
</style>
border-color css
<style>
span { border-color: #C03346; }
span { border-color: rgb(192,51,70); }
td.TdClassName
{
border-color: #C03346;
}
.TagClassName
{
border-color: #C03346;
}
</style>