Shades of Brick Red #C54048
Tints of Brick Red #C54048
RGB
CMYK
RGB Variations
Color information
#C54048 (or 0xC54048) is known color: Brick Red. HEX triplet: C5, 40 and 48. RGB value is (197,64,72). Sum of RGB (Red+Green+Blue) = 197+64+72=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C54048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54048 is #3ABFB7. Grayscale: #686868. Windows color (decimal): -3850168 or 4735173. OLE color: 4735173.
HSL color Cylindrical-coordinate representation of color #C54048: hue angle of 356.39º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54048 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 72 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.23 |
| HSL | 356.39º | 0.53% | 0.51% | - |
| HSV(B) | 356.39º | 0.68% | 0.77% | - |
| XYZ | 26.03 | 16 | 7.85 | - |
| YUV | 104.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 72 | 0 | 0.68 | 0.63 | 0.23 | 356.39 | 0.53 | 0.51 |
| Hex | C5 | 40 | 48 | 0 | 44 | 3F | 17 | 164 | 35 | 33 |
| Octal | 305 | 100 | 110 | 0 | 104 | 77 | 27 | 544 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1001000 | 0 | 1000100 | 111111 | 10111 | 101100100 | 110101 | 110011 |
Color Harmonies of #C54048
Complementary color
Monochromatic Colors of #C54048
Black with #C54048
Text Example
Text Example
White with #C54048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54048; }
p { color: rgb(197,64,72); }
H1.HeaderClassName
{
color: #C54048;
}
.AnyTagClassName
{
color: #C54048;
}
</style>
background-color css
<style>
a { background-color: #C54048; }
a { background-color: rgb(197,64,72); }
div.DivClassName
{
background-color: #C54048;
}
.BgClassName
{
background-color: #C54048;
}
</style>
border-color css
<style>
span { border-color: #C54048; }
span { border-color: rgb(197,64,72); }
td.TdClassName
{
border-color: #C54048;
}
.TagClassName
{
border-color: #C54048;
}
</style>