Shades of Brick Red #C24045
Tints of Brick Red #C24045
RGB
CMYK
RGB Variations
Color information
#C24045 (or 0xC24045) is known color: Brick Red. HEX triplet: C2, 40 and 45. RGB value is (194,64,69). Sum of RGB (Red+Green+Blue) = 194+64+69=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24045 is #3DBFBA. Grayscale: #676767. Windows color (decimal): -4046779 or 4538562. OLE color: 4538562.
HSL color Cylindrical-coordinate representation of color #C24045: hue angle of 357.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24045 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 69 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.24 |
| HSL | 357.69º | 0.52% | 0.51% | - |
| HSV(B) | 357.69º | 0.67% | 0.76% | - |
| XYZ | 25.16 | 15.57 | 7.31 | - |
| YUV | 103.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 69 | 0 | 0.67 | 0.64 | 0.24 | 357.69 | 0.52 | 0.51 |
| Hex | C2 | 40 | 45 | 0 | 43 | 40 | 18 | 166 | 34 | 33 |
| Octal | 302 | 100 | 105 | 0 | 103 | 100 | 30 | 546 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1000101 | 0 | 1000011 | 1000000 | 11000 | 101100110 | 110100 | 110011 |
Color Harmonies of #C24045
Complementary color
Monochromatic Colors of #C24045
Black with #C24045
Text Example
Text Example
White with #C24045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24045; }
p { color: rgb(194,64,69); }
H1.HeaderClassName
{
color: #C24045;
}
.AnyTagClassName
{
color: #C24045;
}
</style>
background-color css
<style>
a { background-color: #C24045; }
a { background-color: rgb(194,64,69); }
div.DivClassName
{
background-color: #C24045;
}
.BgClassName
{
background-color: #C24045;
}
</style>
border-color css
<style>
span { border-color: #C24045; }
span { border-color: rgb(194,64,69); }
td.TdClassName
{
border-color: #C24045;
}
.TagClassName
{
border-color: #C24045;
}
</style>