Shades of Brick Red #C0343E
Tints of Brick Red #C0343E
RGB
CMYK
RGB Variations
Color information
#C0343E (or 0xC0343E) is known color: Brick Red. HEX triplet: C0, 34 and 3E. RGB value is (192,52,62). Sum of RGB (Red+Green+Blue) = 192+52+62=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0343E is #3FCBC1. Grayscale: #5F5F5F. Windows color (decimal): -4180930 or 4076736. OLE color: 4076736.
HSL color Cylindrical-coordinate representation of color #C0343E: hue angle of 355.71º degrees, saturation: 0.57, 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 #C0343E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 62 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.25 |
| HSL | 355.71º | 0.57% | 0.48% | - |
| HSV(B) | 355.71º | 0.73% | 0.75% | - |
| XYZ | 23.84 | 14.01 | 6.01 | - |
| YUV | 95 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 62 | 0 | 0.73 | 0.68 | 0.25 | 355.71 | 0.57 | 0.48 |
| Hex | C0 | 34 | 3E | 0 | 49 | 44 | 19 | 164 | 39 | 30 |
| Octal | 300 | 64 | 76 | 0 | 111 | 104 | 31 | 544 | 71 | 60 |
| Binary | 11000000 | 110100 | 111110 | 0 | 1001001 | 1000100 | 11001 | 101100100 | 111001 | 110000 |
Color Harmonies of #C0343E
Complementary color
Monochromatic Colors of #C0343E
Black with #C0343E
Text Example
Text Example
White with #C0343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0343E; }
p { color: rgb(192,52,62); }
H1.HeaderClassName
{
color: #C0343E;
}
.AnyTagClassName
{
color: #C0343E;
}
</style>
background-color css
<style>
a { background-color: #C0343E; }
a { background-color: rgb(192,52,62); }
div.DivClassName
{
background-color: #C0343E;
}
.BgClassName
{
background-color: #C0343E;
}
</style>
border-color css
<style>
span { border-color: #C0343E; }
span { border-color: rgb(192,52,62); }
td.TdClassName
{
border-color: #C0343E;
}
.TagClassName
{
border-color: #C0343E;
}
</style>