Shades of Brick Red #C62C40
Tints of Brick Red #C62C40
RGB
CMYK
RGB Variations
Color information
#C62C40 (or 0xC62C40) is known color: Brick Red. HEX triplet: C6, 2C and 40. RGB value is (198,44,64). Sum of RGB (Red+Green+Blue) = 198+44+64=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C40 is #39D3BF. Grayscale: #5C5C5C. Windows color (decimal): -3789760 or 4205766. OLE color: 4205766.
HSL color Cylindrical-coordinate representation of color #C62C40: hue angle of 352.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C40 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 64 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.22 |
| HSL | 352.21º | 0.64% | 0.47% | - |
| HSV(B) | 352.21º | 0.78% | 0.78% | - |
| XYZ | 25.11 | 14.18 | 6.26 | - |
| YUV | 92.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 64 | 0 | 0.78 | 0.68 | 0.22 | 352.21 | 0.64 | 0.47 |
| Hex | C6 | 2C | 40 | 0 | 4E | 44 | 16 | 160 | 40 | 2F |
| Octal | 306 | 54 | 100 | 0 | 116 | 104 | 26 | 540 | 100 | 57 |
| Binary | 11000110 | 101100 | 1000000 | 0 | 1001110 | 1000100 | 10110 | 101100000 | 1000000 | 101111 |
Color Harmonies of #C62C40
Complementary color
Monochromatic Colors of #C62C40
Black with #C62C40
Text Example
Text Example
White with #C62C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C40; }
p { color: rgb(198,44,64); }
H1.HeaderClassName
{
color: #C62C40;
}
.AnyTagClassName
{
color: #C62C40;
}
</style>
background-color css
<style>
a { background-color: #C62C40; }
a { background-color: rgb(198,44,64); }
div.DivClassName
{
background-color: #C62C40;
}
.BgClassName
{
background-color: #C62C40;
}
</style>
border-color css
<style>
span { border-color: #C62C40; }
span { border-color: rgb(198,44,64); }
td.TdClassName
{
border-color: #C62C40;
}
.TagClassName
{
border-color: #C62C40;
}
</style>