Shades of Brick Red #C8293B
Tints of Brick Red #C8293B
RGB
CMYK
RGB Variations
Color information
#C8293B (or 0xC8293B) is known color: Brick Red. HEX triplet: C8, 29 and 3B. RGB value is (200,41,59). Sum of RGB (Red+Green+Blue) = 200+41+59=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8293B is #37D6C4. Grayscale: #5A5A5A. Windows color (decimal): -3659461 or 3877320. OLE color: 3877320.
HSL color Cylindrical-coordinate representation of color #C8293B: hue angle of 353.21º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8293B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 59 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.22 |
| HSL | 353.21º | 0.66% | 0.47% | - |
| HSV(B) | 353.21º | 0.8% | 0.78% | - |
| XYZ | 25.4 | 14.18 | 5.54 | - |
| YUV | 90.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 59 | 0 | 0.80 | 0.70 | 0.22 | 353.21 | 0.66 | 0.47 |
| Hex | C8 | 29 | 3B | 0 | 50 | 46 | 16 | 161 | 42 | 2F |
| Octal | 310 | 51 | 73 | 0 | 120 | 106 | 26 | 541 | 102 | 57 |
| Binary | 11001000 | 101001 | 111011 | 0 | 1010000 | 1000110 | 10110 | 101100001 | 1000010 | 101111 |
Color Harmonies of #C8293B
Complementary color
Monochromatic Colors of #C8293B
Black with #C8293B
Text Example
Text Example
White with #C8293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8293B; }
p { color: rgb(200,41,59); }
H1.HeaderClassName
{
color: #C8293B;
}
.AnyTagClassName
{
color: #C8293B;
}
</style>
background-color css
<style>
a { background-color: #C8293B; }
a { background-color: rgb(200,41,59); }
div.DivClassName
{
background-color: #C8293B;
}
.BgClassName
{
background-color: #C8293B;
}
</style>
border-color css
<style>
span { border-color: #C8293B; }
span { border-color: rgb(200,41,59); }
td.TdClassName
{
border-color: #C8293B;
}
.TagClassName
{
border-color: #C8293B;
}
</style>