Shades of Brick Red #C5283A
Tints of Brick Red #C5283A
RGB
CMYK
RGB Variations
Color information
#C5283A (or 0xC5283A) is known color: Brick Red. HEX triplet: C5, 28 and 3A. RGB value is (197,40,58). Sum of RGB (Red+Green+Blue) = 197+40+58=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5283A is #3AD7C5. Grayscale: #595959. Windows color (decimal): -3856326 or 3811525. OLE color: 3811525.
HSL color Cylindrical-coordinate representation of color #C5283A: hue angle of 353.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5283A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 58 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.23 |
| HSL | 353.12º | 0.66% | 0.46% | - |
| HSV(B) | 353.12º | 0.8% | 0.77% | - |
| XYZ | 24.55 | 13.69 | 5.35 | - |
| YUV | 89 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 58 | 0 | 0.80 | 0.71 | 0.23 | 353.12 | 0.66 | 0.46 |
| Hex | C5 | 28 | 3A | 0 | 50 | 47 | 17 | 161 | 42 | 2E |
| Octal | 305 | 50 | 72 | 0 | 120 | 107 | 27 | 541 | 102 | 56 |
| Binary | 11000101 | 101000 | 111010 | 0 | 1010000 | 1000111 | 10111 | 101100001 | 1000010 | 101110 |
Color Harmonies of #C5283A
Complementary color
Monochromatic Colors of #C5283A
Black with #C5283A
Text Example
Text Example
White with #C5283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5283A; }
p { color: rgb(197,40,58); }
H1.HeaderClassName
{
color: #C5283A;
}
.AnyTagClassName
{
color: #C5283A;
}
</style>
background-color css
<style>
a { background-color: #C5283A; }
a { background-color: rgb(197,40,58); }
div.DivClassName
{
background-color: #C5283A;
}
.BgClassName
{
background-color: #C5283A;
}
</style>
border-color css
<style>
span { border-color: #C5283A; }
span { border-color: rgb(197,40,58); }
td.TdClassName
{
border-color: #C5283A;
}
.TagClassName
{
border-color: #C5283A;
}
</style>