Shades of Brick Red #C82E3A
Tints of Brick Red #C82E3A
RGB
CMYK
RGB Variations
Color information
#C82E3A (or 0xC82E3A) is known color: Brick Red. HEX triplet: C8, 2E and 3A. RGB value is (200,46,58). Sum of RGB (Red+Green+Blue) = 200+46+58=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E3A is #37D1C5. Grayscale: #5D5D5D. Windows color (decimal): -3658182 or 3813064. OLE color: 3813064.
HSL color Cylindrical-coordinate representation of color #C82E3A: hue angle of 355.32º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E3A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 58 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.22 |
| HSL | 355.32º | 0.63% | 0.48% | - |
| HSV(B) | 355.32º | 0.77% | 0.78% | - |
| XYZ | 25.56 | 14.54 | 5.46 | - |
| YUV | 93.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 58 | 0 | 0.77 | 0.71 | 0.22 | 355.32 | 0.63 | 0.48 |
| Hex | C8 | 2E | 3A | 0 | 4D | 47 | 16 | 163 | 3F | 30 |
| Octal | 310 | 56 | 72 | 0 | 115 | 107 | 26 | 543 | 77 | 60 |
| Binary | 11001000 | 101110 | 111010 | 0 | 1001101 | 1000111 | 10110 | 101100011 | 111111 | 110000 |
Color Harmonies of #C82E3A
Complementary color
Monochromatic Colors of #C82E3A
Black with #C82E3A
Text Example
Text Example
White with #C82E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E3A; }
p { color: rgb(200,46,58); }
H1.HeaderClassName
{
color: #C82E3A;
}
.AnyTagClassName
{
color: #C82E3A;
}
</style>
background-color css
<style>
a { background-color: #C82E3A; }
a { background-color: rgb(200,46,58); }
div.DivClassName
{
background-color: #C82E3A;
}
.BgClassName
{
background-color: #C82E3A;
}
</style>
border-color css
<style>
span { border-color: #C82E3A; }
span { border-color: rgb(200,46,58); }
td.TdClassName
{
border-color: #C82E3A;
}
.TagClassName
{
border-color: #C82E3A;
}
</style>