Shades of Brick Red #C82937
Tints of Brick Red #C82937
RGB
CMYK
RGB Variations
Color information
#C82937 (or 0xC82937) is known color: Brick Red. HEX triplet: C8, 29 and 37. RGB value is (200,41,55). Sum of RGB (Red+Green+Blue) = 200+41+55=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C82937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82937 is #37D6C8. Grayscale: #5A5A5A. Windows color (decimal): -3659465 or 3615176. OLE color: 3615176.
HSL color Cylindrical-coordinate representation of color #C82937: hue angle of 354.72º 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 #C82937 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 55 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.22 |
| HSL | 354.72º | 0.66% | 0.47% | - |
| HSV(B) | 354.72º | 0.8% | 0.78% | - |
| XYZ | 25.3 | 14.14 | 5.01 | - |
| YUV | 90.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 55 | 0 | 0.80 | 0.72 | 0.22 | 354.72 | 0.66 | 0.47 |
| Hex | C8 | 29 | 37 | 0 | 50 | 48 | 16 | 163 | 42 | 2F |
| Octal | 310 | 51 | 67 | 0 | 120 | 110 | 26 | 543 | 102 | 57 |
| Binary | 11001000 | 101001 | 110111 | 0 | 1010000 | 1001000 | 10110 | 101100011 | 1000010 | 101111 |
Color Harmonies of #C82937
Complementary color
Monochromatic Colors of #C82937
Black with #C82937
Text Example
Text Example
White with #C82937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82937; }
p { color: rgb(200,41,55); }
H1.HeaderClassName
{
color: #C82937;
}
.AnyTagClassName
{
color: #C82937;
}
</style>
background-color css
<style>
a { background-color: #C82937; }
a { background-color: rgb(200,41,55); }
div.DivClassName
{
background-color: #C82937;
}
.BgClassName
{
background-color: #C82937;
}
</style>
border-color css
<style>
span { border-color: #C82937; }
span { border-color: rgb(200,41,55); }
td.TdClassName
{
border-color: #C82937;
}
.TagClassName
{
border-color: #C82937;
}
</style>