Shades of Brick Red #C03644
Tints of Brick Red #C03644
RGB
CMYK
RGB Variations
Color information
#C03644 (or 0xC03644) is known color: Brick Red. HEX triplet: C0, 36 and 44. RGB value is (192,54,68). Sum of RGB (Red+Green+Blue) = 192+54+68=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03644 is #3FC9BB. Grayscale: #606060. Windows color (decimal): -4180412 or 4470464. OLE color: 4470464.
HSL color Cylindrical-coordinate representation of color #C03644: hue angle of 353.91º 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 #C03644 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 68 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.25 |
| HSL | 353.91º | 0.56% | 0.48% | - |
| HSV(B) | 353.91º | 0.72% | 0.75% | - |
| XYZ | 24.1 | 14.26 | 6.95 | - |
| YUV | 96.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 68 | 0 | 0.72 | 0.65 | 0.25 | 353.91 | 0.56 | 0.48 |
| Hex | C0 | 36 | 44 | 0 | 48 | 41 | 19 | 162 | 38 | 30 |
| Octal | 300 | 66 | 104 | 0 | 110 | 101 | 31 | 542 | 70 | 60 |
| Binary | 11000000 | 110110 | 1000100 | 0 | 1001000 | 1000001 | 11001 | 101100010 | 111000 | 110000 |
Color Harmonies of #C03644
Complementary color
Monochromatic Colors of #C03644
Black with #C03644
Text Example
Text Example
White with #C03644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03644; }
p { color: rgb(192,54,68); }
H1.HeaderClassName
{
color: #C03644;
}
.AnyTagClassName
{
color: #C03644;
}
</style>
background-color css
<style>
a { background-color: #C03644; }
a { background-color: rgb(192,54,68); }
div.DivClassName
{
background-color: #C03644;
}
.BgClassName
{
background-color: #C03644;
}
</style>
border-color css
<style>
span { border-color: #C03644; }
span { border-color: rgb(192,54,68); }
td.TdClassName
{
border-color: #C03644;
}
.TagClassName
{
border-color: #C03644;
}
</style>