Shades of Brick Red #C54349
Tints of Brick Red #C54349
RGB
CMYK
RGB Variations
Color information
#C54349 (or 0xC54349) is known color: Brick Red. HEX triplet: C5, 43 and 49. RGB value is (197,67,73). Sum of RGB (Red+Green+Blue) = 197+67+73=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C54349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54349 is #3ABCB6. Grayscale: #6A6A6A. Windows color (decimal): -3849399 or 4801477. OLE color: 4801477.
HSL color Cylindrical-coordinate representation of color #C54349: hue angle of 357.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54349 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 73 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.23 |
| HSL | 357.23º | 0.53% | 0.52% | - |
| HSV(B) | 357.23º | 0.66% | 0.77% | - |
| XYZ | 26.24 | 16.37 | 8.08 | - |
| YUV | 106.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 73 | 0 | 0.66 | 0.63 | 0.23 | 357.23 | 0.53 | 0.52 |
| Hex | C5 | 43 | 49 | 0 | 42 | 3F | 17 | 165 | 35 | 34 |
| Octal | 305 | 103 | 111 | 0 | 102 | 77 | 27 | 545 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1001001 | 0 | 1000010 | 111111 | 10111 | 101100101 | 110101 | 110100 |
Color Harmonies of #C54349
Complementary color
Monochromatic Colors of #C54349
Black with #C54349
Text Example
Text Example
White with #C54349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54349; }
p { color: rgb(197,67,73); }
H1.HeaderClassName
{
color: #C54349;
}
.AnyTagClassName
{
color: #C54349;
}
</style>
background-color css
<style>
a { background-color: #C54349; }
a { background-color: rgb(197,67,73); }
div.DivClassName
{
background-color: #C54349;
}
.BgClassName
{
background-color: #C54349;
}
</style>
border-color css
<style>
span { border-color: #C54349; }
span { border-color: rgb(197,67,73); }
td.TdClassName
{
border-color: #C54349;
}
.TagClassName
{
border-color: #C54349;
}
</style>