Shades of Brick Red #C03646
Tints of Brick Red #C03646
RGB
CMYK
RGB Variations
Color information
#C03646 (or 0xC03646) is known color: Brick Red. HEX triplet: C0, 36 and 46. RGB value is (192,54,70). Sum of RGB (Red+Green+Blue) = 192+54+70=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03646 is #3FC9B9. Grayscale: #616161. Windows color (decimal): -4180410 or 4601536. OLE color: 4601536.
HSL color Cylindrical-coordinate representation of color #C03646: hue angle of 353.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03646 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 70 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.25 |
| HSL | 353.04º | 0.56% | 0.48% | - |
| HSV(B) | 353.04º | 0.72% | 0.75% | - |
| XYZ | 24.16 | 14.29 | 7.28 | - |
| YUV | 97.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 70 | 0 | 0.72 | 0.64 | 0.25 | 353.04 | 0.56 | 0.48 |
| Hex | C0 | 36 | 46 | 0 | 48 | 40 | 19 | 161 | 38 | 30 |
| Octal | 300 | 66 | 106 | 0 | 110 | 100 | 31 | 541 | 70 | 60 |
| Binary | 11000000 | 110110 | 1000110 | 0 | 1001000 | 1000000 | 11001 | 101100001 | 111000 | 110000 |
Color Harmonies of #C03646
Complementary color
Monochromatic Colors of #C03646
Black with #C03646
Text Example
Text Example
White with #C03646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03646; }
p { color: rgb(192,54,70); }
H1.HeaderClassName
{
color: #C03646;
}
.AnyTagClassName
{
color: #C03646;
}
</style>
background-color css
<style>
a { background-color: #C03646; }
a { background-color: rgb(192,54,70); }
div.DivClassName
{
background-color: #C03646;
}
.BgClassName
{
background-color: #C03646;
}
</style>
border-color css
<style>
span { border-color: #C03646; }
span { border-color: rgb(192,54,70); }
td.TdClassName
{
border-color: #C03646;
}
.TagClassName
{
border-color: #C03646;
}
</style>