Shades of Brick Red #C53A45
Tints of Brick Red #C53A45
RGB
CMYK
RGB Variations
Color information
#C53A45 (or 0xC53A45) is known color: Brick Red. HEX triplet: C5, 3A and 45. RGB value is (197,58,69). Sum of RGB (Red+Green+Blue) = 197+58+69=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A45 is #3AC5BA. Grayscale: #646464. Windows color (decimal): -3851707 or 4537029. OLE color: 4537029.
HSL color Cylindrical-coordinate representation of color #C53A45: hue angle of 355.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A45 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 69 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.23 |
| HSL | 355.25º | 0.55% | 0.5% | - |
| HSV(B) | 355.25º | 0.71% | 0.77% | - |
| XYZ | 25.61 | 15.33 | 7.24 | - |
| YUV | 100.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 69 | 0 | 0.71 | 0.65 | 0.23 | 355.25 | 0.55 | 0.5 |
| Hex | C5 | 3A | 45 | 0 | 47 | 41 | 17 | 163 | 37 | 32 |
| Octal | 305 | 72 | 105 | 0 | 107 | 101 | 27 | 543 | 67 | 62 |
| Binary | 11000101 | 111010 | 1000101 | 0 | 1000111 | 1000001 | 10111 | 101100011 | 110111 | 110010 |
Color Harmonies of #C53A45
Complementary color
Monochromatic Colors of #C53A45
Black with #C53A45
Text Example
Text Example
White with #C53A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A45; }
p { color: rgb(197,58,69); }
H1.HeaderClassName
{
color: #C53A45;
}
.AnyTagClassName
{
color: #C53A45;
}
</style>
background-color css
<style>
a { background-color: #C53A45; }
a { background-color: rgb(197,58,69); }
div.DivClassName
{
background-color: #C53A45;
}
.BgClassName
{
background-color: #C53A45;
}
</style>
border-color css
<style>
span { border-color: #C53A45; }
span { border-color: rgb(197,58,69); }
td.TdClassName
{
border-color: #C53A45;
}
.TagClassName
{
border-color: #C53A45;
}
</style>