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