Shades of Brick Red #C03744
Tints of Brick Red #C03744
RGB
CMYK
RGB Variations
Color information
#C03744 (or 0xC03744) is known color: Brick Red. HEX triplet: C0, 37 and 44. RGB value is (192,55,68). Sum of RGB (Red+Green+Blue) = 192+55+68=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03744 is #3FC8BB. Grayscale: #616161. Windows color (decimal): -4180156 or 4470720. OLE color: 4470720.
HSL color Cylindrical-coordinate representation of color #C03744: hue angle of 354.31º 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 #C03744 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 68 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.25 |
| HSL | 354.31º | 0.55% | 0.48% | - |
| HSV(B) | 354.31º | 0.71% | 0.75% | - |
| XYZ | 24.15 | 14.36 | 6.97 | - |
| YUV | 97.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 68 | 0 | 0.71 | 0.65 | 0.25 | 354.31 | 0.55 | 0.48 |
| Hex | C0 | 37 | 44 | 0 | 47 | 41 | 19 | 162 | 37 | 30 |
| Octal | 300 | 67 | 104 | 0 | 107 | 101 | 31 | 542 | 67 | 60 |
| Binary | 11000000 | 110111 | 1000100 | 0 | 1000111 | 1000001 | 11001 | 101100010 | 110111 | 110000 |
Color Harmonies of #C03744
Complementary color
Monochromatic Colors of #C03744
Black with #C03744
Text Example
Text Example
White with #C03744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03744; }
p { color: rgb(192,55,68); }
H1.HeaderClassName
{
color: #C03744;
}
.AnyTagClassName
{
color: #C03744;
}
</style>
background-color css
<style>
a { background-color: #C03744; }
a { background-color: rgb(192,55,68); }
div.DivClassName
{
background-color: #C03744;
}
.BgClassName
{
background-color: #C03744;
}
</style>
border-color css
<style>
span { border-color: #C03744; }
span { border-color: rgb(192,55,68); }
td.TdClassName
{
border-color: #C03744;
}
.TagClassName
{
border-color: #C03744;
}
</style>