Shades of Brick Red #C82846
Tints of Brick Red #C82846
RGB
CMYK
RGB Variations
Color information
#C82846 (or 0xC82846) is known color: Brick Red. HEX triplet: C8, 28 and 46. RGB value is (200,40,70). Sum of RGB (Red+Green+Blue) = 200+40+70=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C82846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82846 is #37D7B9. Grayscale: #5B5B5B. Windows color (decimal): -3659706 or 4597960. OLE color: 4597960.
HSL color Cylindrical-coordinate representation of color #C82846: hue angle of 348.75º degrees, saturation: 0.67, 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 #C82846 is Cyan = 0, Magento = 0.8, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 70 | - |
| CMYK | 0 | 0.8 | 0.65 | 0.22 |
| HSL | 348.75º | 0.67% | 0.47% | - |
| HSV(B) | 348.75º | 0.8% | 0.78% | - |
| XYZ | 25.68 | 14.24 | 7.19 | - |
| YUV | 91.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 70 | 0 | 0.8 | 0.65 | 0.22 | 348.75 | 0.67 | 0.47 |
| Hex | C8 | 28 | 46 | 0 | 50 | 41 | 16 | 15D | 43 | 2F |
| Octal | 310 | 50 | 106 | 0 | 120 | 101 | 26 | 535 | 103 | 57 |
| Binary | 11001000 | 101000 | 1000110 | 0 | 1010000 | 1000001 | 10110 | 101011101 | 1000011 | 101111 |
Color Harmonies of #C82846
Complementary color
Monochromatic Colors of #C82846
Black with #C82846
Text Example
Text Example
White with #C82846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82846; }
p { color: rgb(200,40,70); }
H1.HeaderClassName
{
color: #C82846;
}
.AnyTagClassName
{
color: #C82846;
}
</style>
background-color css
<style>
a { background-color: #C82846; }
a { background-color: rgb(200,40,70); }
div.DivClassName
{
background-color: #C82846;
}
.BgClassName
{
background-color: #C82846;
}
</style>
border-color css
<style>
span { border-color: #C82846; }
span { border-color: rgb(200,40,70); }
td.TdClassName
{
border-color: #C82846;
}
.TagClassName
{
border-color: #C82846;
}
</style>