Shades of Brick Red #C82939
Tints of Brick Red #C82939
RGB
CMYK
RGB Variations
Color information
#C82939 (or 0xC82939) is known color: Brick Red. HEX triplet: C8, 29 and 39. RGB value is (200,41,57). Sum of RGB (Red+Green+Blue) = 200+41+57=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C82939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82939 is #37D6C6. Grayscale: #5A5A5A. Windows color (decimal): -3659463 or 3746248. OLE color: 3746248.
HSL color Cylindrical-coordinate representation of color #C82939: hue angle of 353.96º 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 #C82939 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 57 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.22 |
| HSL | 353.96º | 0.66% | 0.47% | - |
| HSV(B) | 353.96º | 0.8% | 0.78% | - |
| XYZ | 25.35 | 14.16 | 5.27 | - |
| YUV | 90.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 57 | 0 | 0.80 | 0.72 | 0.22 | 353.96 | 0.66 | 0.47 |
| Hex | C8 | 29 | 39 | 0 | 50 | 48 | 16 | 162 | 42 | 2F |
| Octal | 310 | 51 | 71 | 0 | 120 | 110 | 26 | 542 | 102 | 57 |
| Binary | 11001000 | 101001 | 111001 | 0 | 1010000 | 1001000 | 10110 | 101100010 | 1000010 | 101111 |
Color Harmonies of #C82939
Complementary color
Monochromatic Colors of #C82939
Black with #C82939
Text Example
Text Example
White with #C82939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82939; }
p { color: rgb(200,41,57); }
H1.HeaderClassName
{
color: #C82939;
}
.AnyTagClassName
{
color: #C82939;
}
</style>
background-color css
<style>
a { background-color: #C82939; }
a { background-color: rgb(200,41,57); }
div.DivClassName
{
background-color: #C82939;
}
.BgClassName
{
background-color: #C82939;
}
</style>
border-color css
<style>
span { border-color: #C82939; }
span { border-color: rgb(200,41,57); }
td.TdClassName
{
border-color: #C82939;
}
.TagClassName
{
border-color: #C82939;
}
</style>