Shades of Brick Red #C54149
Tints of Brick Red #C54149
RGB
CMYK
RGB Variations
Color information
#C54149 (or 0xC54149) is known color: Brick Red. HEX triplet: C5, 41 and 49. RGB value is (197,65,73). Sum of RGB (Red+Green+Blue) = 197+65+73=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C54149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54149 is #3ABEB6. Grayscale: #696969. Windows color (decimal): -3849911 or 4800965. OLE color: 4800965.
HSL color Cylindrical-coordinate representation of color #C54149: hue angle of 356.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54149 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 73 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.23 |
| HSL | 356.36º | 0.53% | 0.51% | - |
| HSV(B) | 356.36º | 0.67% | 0.77% | - |
| XYZ | 26.12 | 16.13 | 8.04 | - |
| YUV | 105.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 73 | 0 | 0.67 | 0.63 | 0.23 | 356.36 | 0.53 | 0.51 |
| Hex | C5 | 41 | 49 | 0 | 43 | 3F | 17 | 164 | 35 | 33 |
| Octal | 305 | 101 | 111 | 0 | 103 | 77 | 27 | 544 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1001001 | 0 | 1000011 | 111111 | 10111 | 101100100 | 110101 | 110011 |
Color Harmonies of #C54149
Complementary color
Monochromatic Colors of #C54149
Black with #C54149
Text Example
Text Example
White with #C54149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54149; }
p { color: rgb(197,65,73); }
H1.HeaderClassName
{
color: #C54149;
}
.AnyTagClassName
{
color: #C54149;
}
</style>
background-color css
<style>
a { background-color: #C54149; }
a { background-color: rgb(197,65,73); }
div.DivClassName
{
background-color: #C54149;
}
.BgClassName
{
background-color: #C54149;
}
</style>
border-color css
<style>
span { border-color: #C54149; }
span { border-color: rgb(197,65,73); }
td.TdClassName
{
border-color: #C54149;
}
.TagClassName
{
border-color: #C54149;
}
</style>