Shades of Brick Red #C82C3B
Tints of Brick Red #C82C3B
RGB
CMYK
RGB Variations
Color information
#C82C3B (or 0xC82C3B) is known color: Brick Red. HEX triplet: C8, 2C and 3B. RGB value is (200,44,59). Sum of RGB (Red+Green+Blue) = 200+44+59=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C3B is #37D3C4. Grayscale: #5C5C5C. Windows color (decimal): -3658693 or 3878088. OLE color: 3878088.
HSL color Cylindrical-coordinate representation of color #C82C3B: hue angle of 354.23º 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 #C82C3B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 59 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.22 |
| HSL | 354.23º | 0.64% | 0.48% | - |
| HSV(B) | 354.23º | 0.78% | 0.78% | - |
| XYZ | 25.51 | 14.4 | 5.57 | - |
| YUV | 92.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 59 | 0 | 0.78 | 0.70 | 0.22 | 354.23 | 0.64 | 0.48 |
| Hex | C8 | 2C | 3B | 0 | 4E | 46 | 16 | 162 | 40 | 30 |
| Octal | 310 | 54 | 73 | 0 | 116 | 106 | 26 | 542 | 100 | 60 |
| Binary | 11001000 | 101100 | 111011 | 0 | 1001110 | 1000110 | 10110 | 101100010 | 1000000 | 110000 |
Color Harmonies of #C82C3B
Complementary color
Monochromatic Colors of #C82C3B
Black with #C82C3B
Text Example
Text Example
White with #C82C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C3B; }
p { color: rgb(200,44,59); }
H1.HeaderClassName
{
color: #C82C3B;
}
.AnyTagClassName
{
color: #C82C3B;
}
</style>
background-color css
<style>
a { background-color: #C82C3B; }
a { background-color: rgb(200,44,59); }
div.DivClassName
{
background-color: #C82C3B;
}
.BgClassName
{
background-color: #C82C3B;
}
</style>
border-color css
<style>
span { border-color: #C82C3B; }
span { border-color: rgb(200,44,59); }
td.TdClassName
{
border-color: #C82C3B;
}
.TagClassName
{
border-color: #C82C3B;
}
</style>