Shades of Brick Red #C82540
Tints of Brick Red #C82540
RGB
CMYK
RGB Variations
Color information
#C82540 (or 0xC82540) is known color: Brick Red. HEX triplet: C8, 25 and 40. RGB value is (200,37,64). Sum of RGB (Red+Green+Blue) = 200+37+64=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C82540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82540 is #37DABF. Grayscale: #585858. Windows color (decimal): -3660480 or 4203976. OLE color: 4203976.
HSL color Cylindrical-coordinate representation of color #C82540: hue angle of 350.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82540 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 64 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.22 |
| HSL | 350.06º | 0.69% | 0.46% | - |
| HSV(B) | 350.06º | 0.82% | 0.78% | - |
| XYZ | 25.41 | 13.97 | 6.21 | - |
| YUV | 88.82 | 114 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 64 | 0 | 0.82 | 0.68 | 0.22 | 350.06 | 0.69 | 0.46 |
| Hex | C8 | 25 | 40 | 0 | 52 | 44 | 16 | 15E | 45 | 2E |
| Octal | 310 | 45 | 100 | 0 | 122 | 104 | 26 | 536 | 105 | 56 |
| Binary | 11001000 | 100101 | 1000000 | 0 | 1010010 | 1000100 | 10110 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C82540
Complementary color
Monochromatic Colors of #C82540
Black with #C82540
Text Example
Text Example
White with #C82540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82540; }
p { color: rgb(200,37,64); }
H1.HeaderClassName
{
color: #C82540;
}
.AnyTagClassName
{
color: #C82540;
}
</style>
background-color css
<style>
a { background-color: #C82540; }
a { background-color: rgb(200,37,64); }
div.DivClassName
{
background-color: #C82540;
}
.BgClassName
{
background-color: #C82540;
}
</style>
border-color css
<style>
span { border-color: #C82540; }
span { border-color: rgb(200,37,64); }
td.TdClassName
{
border-color: #C82540;
}
.TagClassName
{
border-color: #C82540;
}
</style>