Shades of Brick Red #C82842
Tints of Brick Red #C82842
RGB
CMYK
RGB Variations
Color information
#C82842 (or 0xC82842) is known color: Brick Red. HEX triplet: C8, 28 and 42. RGB value is (200,40,66). Sum of RGB (Red+Green+Blue) = 200+40+66=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82842 is #37D7BD. Grayscale: #5A5A5A. Windows color (decimal): -3659710 or 4335816. OLE color: 4335816.
HSL color Cylindrical-coordinate representation of color #C82842: hue angle of 350.25º 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 #C82842 is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 66 | - |
| CMYK | 0 | 0.8 | 0.67 | 0.22 |
| HSL | 350.25º | 0.67% | 0.47% | - |
| HSV(B) | 350.25º | 0.8% | 0.78% | - |
| XYZ | 25.56 | 14.19 | 6.55 | - |
| YUV | 90.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 66 | 0 | 0.8 | 0.67 | 0.22 | 350.25 | 0.67 | 0.47 |
| Hex | C8 | 28 | 42 | 0 | 50 | 43 | 16 | 15E | 43 | 2F |
| Octal | 310 | 50 | 102 | 0 | 120 | 103 | 26 | 536 | 103 | 57 |
| Binary | 11001000 | 101000 | 1000010 | 0 | 1010000 | 1000011 | 10110 | 101011110 | 1000011 | 101111 |
Color Harmonies of #C82842
Complementary color
Monochromatic Colors of #C82842
Black with #C82842
Text Example
Text Example
White with #C82842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82842; }
p { color: rgb(200,40,66); }
H1.HeaderClassName
{
color: #C82842;
}
.AnyTagClassName
{
color: #C82842;
}
</style>
background-color css
<style>
a { background-color: #C82842; }
a { background-color: rgb(200,40,66); }
div.DivClassName
{
background-color: #C82842;
}
.BgClassName
{
background-color: #C82842;
}
</style>
border-color css
<style>
span { border-color: #C82842; }
span { border-color: rgb(200,40,66); }
td.TdClassName
{
border-color: #C82842;
}
.TagClassName
{
border-color: #C82842;
}
</style>