Shades of Brick Red #C82C44
Tints of Brick Red #C82C44
RGB
CMYK
RGB Variations
Color information
#C82C44 (or 0xC82C44) is known color: Brick Red. HEX triplet: C8, 2C and 44. RGB value is (200,44,68). Sum of RGB (Red+Green+Blue) = 200+44+68=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C44 is #37D3BB. Grayscale: #5D5D5D. Windows color (decimal): -3658684 or 4467912. OLE color: 4467912.
HSL color Cylindrical-coordinate representation of color #C82C44: hue angle of 350.77º 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 #C82C44 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 68 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.22 |
| HSL | 350.77º | 0.64% | 0.48% | - |
| HSV(B) | 350.77º | 0.78% | 0.78% | - |
| XYZ | 25.76 | 14.5 | 6.91 | - |
| YUV | 93.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 68 | 0 | 0.78 | 0.66 | 0.22 | 350.77 | 0.64 | 0.48 |
| Hex | C8 | 2C | 44 | 0 | 4E | 42 | 16 | 15F | 40 | 30 |
| Octal | 310 | 54 | 104 | 0 | 116 | 102 | 26 | 537 | 100 | 60 |
| Binary | 11001000 | 101100 | 1000100 | 0 | 1001110 | 1000010 | 10110 | 101011111 | 1000000 | 110000 |
Color Harmonies of #C82C44
Complementary color
Monochromatic Colors of #C82C44
Black with #C82C44
Text Example
Text Example
White with #C82C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C44; }
p { color: rgb(200,44,68); }
H1.HeaderClassName
{
color: #C82C44;
}
.AnyTagClassName
{
color: #C82C44;
}
</style>
background-color css
<style>
a { background-color: #C82C44; }
a { background-color: rgb(200,44,68); }
div.DivClassName
{
background-color: #C82C44;
}
.BgClassName
{
background-color: #C82C44;
}
</style>
border-color css
<style>
span { border-color: #C82C44; }
span { border-color: rgb(200,44,68); }
td.TdClassName
{
border-color: #C82C44;
}
.TagClassName
{
border-color: #C82C44;
}
</style>