Shades of Brick Red #C82A39
Tints of Brick Red #C82A39
RGB
CMYK
RGB Variations
Color information
#C82A39 (or 0xC82A39) is known color: Brick Red. HEX triplet: C8, 2A and 39. RGB value is (200,42,57). Sum of RGB (Red+Green+Blue) = 200+42+57=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A39 is #37D5C6. Grayscale: #5B5B5B. Windows color (decimal): -3659207 or 3746504. OLE color: 3746504.
HSL color Cylindrical-coordinate representation of color #C82A39: hue angle of 354.3º 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 #C82A39 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 57 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.22 |
| HSL | 354.3º | 0.65% | 0.47% | - |
| HSV(B) | 354.3º | 0.79% | 0.78% | - |
| XYZ | 25.39 | 14.23 | 5.28 | - |
| YUV | 90.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 57 | 0 | 0.79 | 0.72 | 0.22 | 354.3 | 0.65 | 0.47 |
| Hex | C8 | 2A | 39 | 0 | 4F | 48 | 16 | 162 | 41 | 2F |
| Octal | 310 | 52 | 71 | 0 | 117 | 110 | 26 | 542 | 101 | 57 |
| Binary | 11001000 | 101010 | 111001 | 0 | 1001111 | 1001000 | 10110 | 101100010 | 1000001 | 101111 |
Color Harmonies of #C82A39
Complementary color
Monochromatic Colors of #C82A39
Black with #C82A39
Text Example
Text Example
White with #C82A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A39; }
p { color: rgb(200,42,57); }
H1.HeaderClassName
{
color: #C82A39;
}
.AnyTagClassName
{
color: #C82A39;
}
</style>
background-color css
<style>
a { background-color: #C82A39; }
a { background-color: rgb(200,42,57); }
div.DivClassName
{
background-color: #C82A39;
}
.BgClassName
{
background-color: #C82A39;
}
</style>
border-color css
<style>
span { border-color: #C82A39; }
span { border-color: rgb(200,42,57); }
td.TdClassName
{
border-color: #C82A39;
}
.TagClassName
{
border-color: #C82A39;
}
</style>