Shades of Brick Red #C82A3A
Tints of Brick Red #C82A3A
RGB
CMYK
RGB Variations
Color information
#C82A3A (or 0xC82A3A) is known color: Brick Red. HEX triplet: C8, 2A and 3A. RGB value is (200,42,58). Sum of RGB (Red+Green+Blue) = 200+42+58=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A3A is #37D5C5. Grayscale: #5B5B5B. Windows color (decimal): -3659206 or 3812040. OLE color: 3812040.
HSL color Cylindrical-coordinate representation of color #C82A3A: hue angle of 353.92º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82A3A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 58 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.22 |
| HSL | 353.92º | 0.65% | 0.47% | - |
| HSV(B) | 353.92º | 0.79% | 0.78% | - |
| XYZ | 25.41 | 14.24 | 5.41 | - |
| YUV | 91.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 58 | 0 | 0.79 | 0.71 | 0.22 | 353.92 | 0.65 | 0.47 |
| Hex | C8 | 2A | 3A | 0 | 4F | 47 | 16 | 162 | 41 | 2F |
| Octal | 310 | 52 | 72 | 0 | 117 | 107 | 26 | 542 | 101 | 57 |
| Binary | 11001000 | 101010 | 111010 | 0 | 1001111 | 1000111 | 10110 | 101100010 | 1000001 | 101111 |
Color Harmonies of #C82A3A
Complementary color
Monochromatic Colors of #C82A3A
Black with #C82A3A
Text Example
Text Example
White with #C82A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A3A; }
p { color: rgb(200,42,58); }
H1.HeaderClassName
{
color: #C82A3A;
}
.AnyTagClassName
{
color: #C82A3A;
}
</style>
background-color css
<style>
a { background-color: #C82A3A; }
a { background-color: rgb(200,42,58); }
div.DivClassName
{
background-color: #C82A3A;
}
.BgClassName
{
background-color: #C82A3A;
}
</style>
border-color css
<style>
span { border-color: #C82A3A; }
span { border-color: rgb(200,42,58); }
td.TdClassName
{
border-color: #C82A3A;
}
.TagClassName
{
border-color: #C82A3A;
}
</style>