Shades of Brick Red #C82C3F
Tints of Brick Red #C82C3F
RGB
CMYK
RGB Variations
Color information
#C82C3F (or 0xC82C3F) is known color: Brick Red. HEX triplet: C8, 2C and 3F. RGB value is (200,44,63). Sum of RGB (Red+Green+Blue) = 200+44+63=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C3F is #37D3C0. Grayscale: #5C5C5C. Windows color (decimal): -3658689 or 4140232. OLE color: 4140232.
HSL color Cylindrical-coordinate representation of color #C82C3F: hue angle of 352.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82C3F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 63 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.22 |
| HSL | 352.69º | 0.64% | 0.48% | - |
| HSV(B) | 352.69º | 0.78% | 0.78% | - |
| XYZ | 25.62 | 14.44 | 6.14 | - |
| YUV | 92.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 63 | 0 | 0.78 | 0.68 | 0.22 | 352.69 | 0.64 | 0.48 |
| Hex | C8 | 2C | 3F | 0 | 4E | 44 | 16 | 161 | 40 | 30 |
| Octal | 310 | 54 | 77 | 0 | 116 | 104 | 26 | 541 | 100 | 60 |
| Binary | 11001000 | 101100 | 111111 | 0 | 1001110 | 1000100 | 10110 | 101100001 | 1000000 | 110000 |
Color Harmonies of #C82C3F
Complementary color
Monochromatic Colors of #C82C3F
Black with #C82C3F
Text Example
Text Example
White with #C82C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C3F; }
p { color: rgb(200,44,63); }
H1.HeaderClassName
{
color: #C82C3F;
}
.AnyTagClassName
{
color: #C82C3F;
}
</style>
background-color css
<style>
a { background-color: #C82C3F; }
a { background-color: rgb(200,44,63); }
div.DivClassName
{
background-color: #C82C3F;
}
.BgClassName
{
background-color: #C82C3F;
}
</style>
border-color css
<style>
span { border-color: #C82C3F; }
span { border-color: rgb(200,44,63); }
td.TdClassName
{
border-color: #C82C3F;
}
.TagClassName
{
border-color: #C82C3F;
}
</style>