Shades of Brick Red #C04449
Tints of Brick Red #C04449
RGB
CMYK
RGB Variations
Color information
#C04449 (or 0xC04449) is known color: Brick Red. HEX triplet: C0, 44 and 49. RGB value is (192,68,73). Sum of RGB (Red+Green+Blue) = 192+68+73=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04449 is #3FBBB6. Grayscale: #696969. Windows color (decimal): -4176823 or 4801728. OLE color: 4801728.
HSL color Cylindrical-coordinate representation of color #C04449: hue angle of 357.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04449 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 73 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.25 |
| HSL | 357.58º | 0.5% | 0.51% | - |
| HSV(B) | 357.58º | 0.65% | 0.75% | - |
| XYZ | 25.01 | 15.82 | 8.04 | - |
| YUV | 105.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 73 | 0 | 0.65 | 0.62 | 0.25 | 357.58 | 0.5 | 0.51 |
| Hex | C0 | 44 | 49 | 0 | 41 | 3E | 19 | 166 | 32 | 33 |
| Octal | 300 | 104 | 111 | 0 | 101 | 76 | 31 | 546 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1001001 | 0 | 1000001 | 111110 | 11001 | 101100110 | 110010 | 110011 |
Color Harmonies of #C04449
Complementary color
Monochromatic Colors of #C04449
Black with #C04449
Text Example
Text Example
White with #C04449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04449; }
p { color: rgb(192,68,73); }
H1.HeaderClassName
{
color: #C04449;
}
.AnyTagClassName
{
color: #C04449;
}
</style>
background-color css
<style>
a { background-color: #C04449; }
a { background-color: rgb(192,68,73); }
div.DivClassName
{
background-color: #C04449;
}
.BgClassName
{
background-color: #C04449;
}
</style>
border-color css
<style>
span { border-color: #C04449; }
span { border-color: rgb(192,68,73); }
td.TdClassName
{
border-color: #C04449;
}
.TagClassName
{
border-color: #C04449;
}
</style>