Shades of Brick Red #C82941
Tints of Brick Red #C82941
RGB
CMYK
RGB Variations
Color information
#C82941 (or 0xC82941) is known color: Brick Red. HEX triplet: C8, 29 and 41. RGB value is (200,41,65). Sum of RGB (Red+Green+Blue) = 200+41+65=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82941 is #37D6BE. Grayscale: #5B5B5B. Windows color (decimal): -3659455 or 4270536. OLE color: 4270536.
HSL color Cylindrical-coordinate representation of color #C82941: hue angle of 350.94º 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 #C82941 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 65 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.22 |
| HSL | 350.94º | 0.66% | 0.47% | - |
| HSV(B) | 350.94º | 0.8% | 0.78% | - |
| XYZ | 25.57 | 14.25 | 6.4 | - |
| YUV | 91.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 65 | 0 | 0.80 | 0.68 | 0.22 | 350.94 | 0.66 | 0.47 |
| Hex | C8 | 29 | 41 | 0 | 50 | 44 | 16 | 15F | 42 | 2F |
| Octal | 310 | 51 | 101 | 0 | 120 | 104 | 26 | 537 | 102 | 57 |
| Binary | 11001000 | 101001 | 1000001 | 0 | 1010000 | 1000100 | 10110 | 101011111 | 1000010 | 101111 |
Color Harmonies of #C82941
Complementary color
Monochromatic Colors of #C82941
Black with #C82941
Text Example
Text Example
White with #C82941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82941; }
p { color: rgb(200,41,65); }
H1.HeaderClassName
{
color: #C82941;
}
.AnyTagClassName
{
color: #C82941;
}
</style>
background-color css
<style>
a { background-color: #C82941; }
a { background-color: rgb(200,41,65); }
div.DivClassName
{
background-color: #C82941;
}
.BgClassName
{
background-color: #C82941;
}
</style>
border-color css
<style>
span { border-color: #C82941; }
span { border-color: rgb(200,41,65); }
td.TdClassName
{
border-color: #C82941;
}
.TagClassName
{
border-color: #C82941;
}
</style>