Shades of Brick Red #C84148
Tints of Brick Red #C84148
RGB
CMYK
RGB Variations
Color information
#C84148 (or 0xC84148) is known color: Brick Red. HEX triplet: C8, 41 and 48. RGB value is (200,65,72). Sum of RGB (Red+Green+Blue) = 200+65+72=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C84148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84148 is #37BEB7. Grayscale: #6A6A6A. Windows color (decimal): -3653304 or 4735432. OLE color: 4735432.
HSL color Cylindrical-coordinate representation of color #C84148: hue angle of 356.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84148 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 72 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.22 |
| HSL | 356.89º | 0.55% | 0.52% | - |
| HSV(B) | 356.89º | 0.68% | 0.78% | - |
| XYZ | 26.88 | 16.53 | 7.9 | - |
| YUV | 106.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 72 | 0 | 0.68 | 0.64 | 0.22 | 356.89 | 0.55 | 0.52 |
| Hex | C8 | 41 | 48 | 0 | 44 | 40 | 16 | 165 | 37 | 34 |
| Octal | 310 | 101 | 110 | 0 | 104 | 100 | 26 | 545 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1001000 | 0 | 1000100 | 1000000 | 10110 | 101100101 | 110111 | 110100 |
Color Harmonies of #C84148
Complementary color
Monochromatic Colors of #C84148
Black with #C84148
Text Example
Text Example
White with #C84148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84148; }
p { color: rgb(200,65,72); }
H1.HeaderClassName
{
color: #C84148;
}
.AnyTagClassName
{
color: #C84148;
}
</style>
background-color css
<style>
a { background-color: #C84148; }
a { background-color: rgb(200,65,72); }
div.DivClassName
{
background-color: #C84148;
}
.BgClassName
{
background-color: #C84148;
}
</style>
border-color css
<style>
span { border-color: #C84148; }
span { border-color: rgb(200,65,72); }
td.TdClassName
{
border-color: #C84148;
}
.TagClassName
{
border-color: #C84148;
}
</style>