Shades of Brick Red #C82148
Tints of Brick Red #C82148
RGB
CMYK
RGB Variations
Color information
#C82148 (or 0xC82148) is known color: Brick Red. HEX triplet: C8, 21 and 48. RGB value is (200,33,72). Sum of RGB (Red+Green+Blue) = 200+33+72=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C82148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82148 is #37DEB7. Grayscale: #575757. Windows color (decimal): -3661496 or 4727240. OLE color: 4727240.
HSL color Cylindrical-coordinate representation of color #C82148: hue angle of 345.99º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82148 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 72 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.22 |
| HSL | 345.99º | 0.72% | 0.46% | - |
| HSV(B) | 345.99º | 0.84% | 0.78% | - |
| XYZ | 25.53 | 13.83 | 7.46 | - |
| YUV | 87.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 72 | 0 | 0.84 | 0.64 | 0.22 | 345.99 | 0.72 | 0.46 |
| Hex | C8 | 21 | 48 | 0 | 54 | 40 | 16 | 15A | 48 | 2E |
| Octal | 310 | 41 | 110 | 0 | 124 | 100 | 26 | 532 | 110 | 56 |
| Binary | 11001000 | 100001 | 1001000 | 0 | 1010100 | 1000000 | 10110 | 101011010 | 1001000 | 101110 |
Color Harmonies of #C82148
Complementary color
Monochromatic Colors of #C82148
Black with #C82148
Text Example
Text Example
White with #C82148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82148; }
p { color: rgb(200,33,72); }
H1.HeaderClassName
{
color: #C82148;
}
.AnyTagClassName
{
color: #C82148;
}
</style>
background-color css
<style>
a { background-color: #C82148; }
a { background-color: rgb(200,33,72); }
div.DivClassName
{
background-color: #C82148;
}
.BgClassName
{
background-color: #C82148;
}
</style>
border-color css
<style>
span { border-color: #C82148; }
span { border-color: rgb(200,33,72); }
td.TdClassName
{
border-color: #C82148;
}
.TagClassName
{
border-color: #C82148;
}
</style>