Shades of Brick Red #C03746
Tints of Brick Red #C03746
RGB
CMYK
RGB Variations
Color information
#C03746 (or 0xC03746) is known color: Brick Red. HEX triplet: C0, 37 and 46. RGB value is (192,55,70). Sum of RGB (Red+Green+Blue) = 192+55+70=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C03746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03746 is #3FC8B9. Grayscale: #616161. Windows color (decimal): -4180154 or 4601792. OLE color: 4601792.
HSL color Cylindrical-coordinate representation of color #C03746: hue angle of 353.43º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03746 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 70 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.25 |
| HSL | 353.43º | 0.55% | 0.48% | - |
| HSV(B) | 353.43º | 0.71% | 0.75% | - |
| XYZ | 24.21 | 14.38 | 7.29 | - |
| YUV | 97.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 70 | 0 | 0.71 | 0.64 | 0.25 | 353.43 | 0.55 | 0.48 |
| Hex | C0 | 37 | 46 | 0 | 47 | 40 | 19 | 161 | 37 | 30 |
| Octal | 300 | 67 | 106 | 0 | 107 | 100 | 31 | 541 | 67 | 60 |
| Binary | 11000000 | 110111 | 1000110 | 0 | 1000111 | 1000000 | 11001 | 101100001 | 110111 | 110000 |
Color Harmonies of #C03746
Complementary color
Monochromatic Colors of #C03746
Black with #C03746
Text Example
Text Example
White with #C03746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03746; }
p { color: rgb(192,55,70); }
H1.HeaderClassName
{
color: #C03746;
}
.AnyTagClassName
{
color: #C03746;
}
</style>
background-color css
<style>
a { background-color: #C03746; }
a { background-color: rgb(192,55,70); }
div.DivClassName
{
background-color: #C03746;
}
.BgClassName
{
background-color: #C03746;
}
</style>
border-color css
<style>
span { border-color: #C03746; }
span { border-color: rgb(192,55,70); }
td.TdClassName
{
border-color: #C03746;
}
.TagClassName
{
border-color: #C03746;
}
</style>