Shades of Brick Red #C82D43
Tints of Brick Red #C82D43
RGB
CMYK
RGB Variations
Color information
#C82D43 (or 0xC82D43) is known color: Brick Red. HEX triplet: C8, 2D and 43. RGB value is (200,45,67). Sum of RGB (Red+Green+Blue) = 200+45+67=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D43 is #37D2BC. Grayscale: #5D5D5D. Windows color (decimal): -3658429 or 4402632. OLE color: 4402632.
HSL color Cylindrical-coordinate representation of color #C82D43: hue angle of 351.48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D43 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 67 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.22 |
| HSL | 351.48º | 0.63% | 0.48% | - |
| HSV(B) | 351.48º | 0.78% | 0.78% | - |
| XYZ | 25.77 | 14.56 | 6.76 | - |
| YUV | 93.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 67 | 0 | 0.78 | 0.66 | 0.22 | 351.48 | 0.63 | 0.48 |
| Hex | C8 | 2D | 43 | 0 | 4E | 42 | 16 | 15F | 3F | 30 |
| Octal | 310 | 55 | 103 | 0 | 116 | 102 | 26 | 537 | 77 | 60 |
| Binary | 11001000 | 101101 | 1000011 | 0 | 1001110 | 1000010 | 10110 | 101011111 | 111111 | 110000 |
Color Harmonies of #C82D43
Complementary color
Monochromatic Colors of #C82D43
Black with #C82D43
Text Example
Text Example
White with #C82D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D43; }
p { color: rgb(200,45,67); }
H1.HeaderClassName
{
color: #C82D43;
}
.AnyTagClassName
{
color: #C82D43;
}
</style>
background-color css
<style>
a { background-color: #C82D43; }
a { background-color: rgb(200,45,67); }
div.DivClassName
{
background-color: #C82D43;
}
.BgClassName
{
background-color: #C82D43;
}
</style>
border-color css
<style>
span { border-color: #C82D43; }
span { border-color: rgb(200,45,67); }
td.TdClassName
{
border-color: #C82D43;
}
.TagClassName
{
border-color: #C82D43;
}
</style>