Shades of Brick Red #C83C4A
Tints of Brick Red #C83C4A
RGB
CMYK
RGB Variations
Color information
#C83C4A (or 0xC83C4A) is known color: Brick Red. HEX triplet: C8, 3C and 4A. RGB value is (200,60,74). Sum of RGB (Red+Green+Blue) = 200+60+74=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C4A is #37C3B5. Grayscale: #676767. Windows color (decimal): -3654582 or 4865224. OLE color: 4865224.
HSL color Cylindrical-coordinate representation of color #C83C4A: hue angle of 354º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C4A is Cyan = 0, Magento = 0.7, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 74 | - |
| CMYK | 0 | 0.7 | 0.63 | 0.22 |
| HSL | 354º | 0.56% | 0.51% | - |
| HSV(B) | 354º | 0.7% | 0.78% | - |
| XYZ | 26.67 | 16.01 | 8.16 | - |
| YUV | 103.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 74 | 0 | 0.7 | 0.63 | 0.22 | 354 | 0.56 | 0.51 |
| Hex | C8 | 3C | 4A | 0 | 46 | 3F | 16 | 162 | 38 | 33 |
| Octal | 310 | 74 | 112 | 0 | 106 | 77 | 26 | 542 | 70 | 63 |
| Binary | 11001000 | 111100 | 1001010 | 0 | 1000110 | 111111 | 10110 | 101100010 | 111000 | 110011 |
Color Harmonies of #C83C4A
Complementary color
Monochromatic Colors of #C83C4A
Black with #C83C4A
Text Example
Text Example
White with #C83C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C4A; }
p { color: rgb(200,60,74); }
H1.HeaderClassName
{
color: #C83C4A;
}
.AnyTagClassName
{
color: #C83C4A;
}
</style>
background-color css
<style>
a { background-color: #C83C4A; }
a { background-color: rgb(200,60,74); }
div.DivClassName
{
background-color: #C83C4A;
}
.BgClassName
{
background-color: #C83C4A;
}
</style>
border-color css
<style>
span { border-color: #C83C4A; }
span { border-color: rgb(200,60,74); }
td.TdClassName
{
border-color: #C83C4A;
}
.TagClassName
{
border-color: #C83C4A;
}
</style>