Shades of Brick Red #C03D46
Tints of Brick Red #C03D46
RGB
CMYK
RGB Variations
Color information
#C03D46 (or 0xC03D46) is known color: Brick Red. HEX triplet: C0, 3D and 46. RGB value is (192,61,70). Sum of RGB (Red+Green+Blue) = 192+61+70=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D46 is #3FC2B9. Grayscale: #656565. Windows color (decimal): -4178618 or 4603328. OLE color: 4603328.
HSL color Cylindrical-coordinate representation of color #C03D46: hue angle of 355.88º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D46 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 70 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.25 |
| HSL | 355.88º | 0.52% | 0.5% | - |
| HSV(B) | 355.88º | 0.68% | 0.75% | - |
| XYZ | 24.51 | 14.99 | 7.4 | - |
| YUV | 101.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 70 | 0 | 0.68 | 0.64 | 0.25 | 355.88 | 0.52 | 0.5 |
| Hex | C0 | 3D | 46 | 0 | 44 | 40 | 19 | 164 | 34 | 32 |
| Octal | 300 | 75 | 106 | 0 | 104 | 100 | 31 | 544 | 64 | 62 |
| Binary | 11000000 | 111101 | 1000110 | 0 | 1000100 | 1000000 | 11001 | 101100100 | 110100 | 110010 |
Color Harmonies of #C03D46
Complementary color
Monochromatic Colors of #C03D46
Black with #C03D46
Text Example
Text Example
White with #C03D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D46; }
p { color: rgb(192,61,70); }
H1.HeaderClassName
{
color: #C03D46;
}
.AnyTagClassName
{
color: #C03D46;
}
</style>
background-color css
<style>
a { background-color: #C03D46; }
a { background-color: rgb(192,61,70); }
div.DivClassName
{
background-color: #C03D46;
}
.BgClassName
{
background-color: #C03D46;
}
</style>
border-color css
<style>
span { border-color: #C03D46; }
span { border-color: rgb(192,61,70); }
td.TdClassName
{
border-color: #C03D46;
}
.TagClassName
{
border-color: #C03D46;
}
</style>