Shades of Brick Red #C5283B
Tints of Brick Red #C5283B
RGB
CMYK
RGB Variations
Color information
#C5283B (or 0xC5283B) is known color: Brick Red. HEX triplet: C5, 28 and 3B. RGB value is (197,40,59). Sum of RGB (Red+Green+Blue) = 197+40+59=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5283B is #3AD7C4. Grayscale: #595959. Windows color (decimal): -3856325 or 3877061. OLE color: 3877061.
HSL color Cylindrical-coordinate representation of color #C5283B: hue angle of 352.74º 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 #C5283B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 59 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.23 |
| HSL | 352.74º | 0.66% | 0.46% | - |
| HSV(B) | 352.74º | 0.8% | 0.77% | - |
| XYZ | 24.57 | 13.7 | 5.49 | - |
| YUV | 89.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 59 | 0 | 0.80 | 0.70 | 0.23 | 352.74 | 0.66 | 0.46 |
| Hex | C5 | 28 | 3B | 0 | 50 | 46 | 17 | 161 | 42 | 2E |
| Octal | 305 | 50 | 73 | 0 | 120 | 106 | 27 | 541 | 102 | 56 |
| Binary | 11000101 | 101000 | 111011 | 0 | 1010000 | 1000110 | 10111 | 101100001 | 1000010 | 101110 |
Color Harmonies of #C5283B
Complementary color
Monochromatic Colors of #C5283B
Black with #C5283B
Text Example
Text Example
White with #C5283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5283B; }
p { color: rgb(197,40,59); }
H1.HeaderClassName
{
color: #C5283B;
}
.AnyTagClassName
{
color: #C5283B;
}
</style>
background-color css
<style>
a { background-color: #C5283B; }
a { background-color: rgb(197,40,59); }
div.DivClassName
{
background-color: #C5283B;
}
.BgClassName
{
background-color: #C5283B;
}
</style>
border-color css
<style>
span { border-color: #C5283B; }
span { border-color: rgb(197,40,59); }
td.TdClassName
{
border-color: #C5283B;
}
.TagClassName
{
border-color: #C5283B;
}
</style>