Shades of Brick Red #C82345
Tints of Brick Red #C82345
RGB
CMYK
RGB Variations
Color information
#C82345 (or 0xC82345) is known color: Brick Red. HEX triplet: C8, 23 and 45. RGB value is (200,35,69). Sum of RGB (Red+Green+Blue) = 200+35+69=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C82345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82345 is #37DCBA. Grayscale: #585858. Windows color (decimal): -3660987 or 4531144. OLE color: 4531144.
HSL color Cylindrical-coordinate representation of color #C82345: hue angle of 347.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82345 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 69 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.22 |
| HSL | 347.64º | 0.7% | 0.46% | - |
| HSV(B) | 347.64º | 0.83% | 0.78% | - |
| XYZ | 25.49 | 13.91 | 6.97 | - |
| YUV | 88.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 69 | 0 | 0.82 | 0.66 | 0.22 | 347.64 | 0.7 | 0.46 |
| Hex | C8 | 23 | 45 | 0 | 52 | 42 | 16 | 15C | 46 | 2E |
| Octal | 310 | 43 | 105 | 0 | 122 | 102 | 26 | 534 | 106 | 56 |
| Binary | 11001000 | 100011 | 1000101 | 0 | 1010010 | 1000010 | 10110 | 101011100 | 1000110 | 101110 |
Color Harmonies of #C82345
Complementary color
Monochromatic Colors of #C82345
Black with #C82345
Text Example
Text Example
White with #C82345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82345; }
p { color: rgb(200,35,69); }
H1.HeaderClassName
{
color: #C82345;
}
.AnyTagClassName
{
color: #C82345;
}
</style>
background-color css
<style>
a { background-color: #C82345; }
a { background-color: rgb(200,35,69); }
div.DivClassName
{
background-color: #C82345;
}
.BgClassName
{
background-color: #C82345;
}
</style>
border-color css
<style>
span { border-color: #C82345; }
span { border-color: rgb(200,35,69); }
td.TdClassName
{
border-color: #C82345;
}
.TagClassName
{
border-color: #C82345;
}
</style>