Shades of Brick Red #C62A40
Tints of Brick Red #C62A40
RGB
CMYK
RGB Variations
Color information
#C62A40 (or 0xC62A40) is known color: Brick Red. HEX triplet: C6, 2A and 40. RGB value is (198,42,64). Sum of RGB (Red+Green+Blue) = 198+42+64=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A40 is #39D5BF. Grayscale: #5B5B5B. Windows color (decimal): -3790272 or 4205254. OLE color: 4205254.
HSL color Cylindrical-coordinate representation of color #C62A40: hue angle of 351.54º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A40 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 64 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.22 |
| HSL | 351.54º | 0.65% | 0.47% | - |
| HSV(B) | 351.54º | 0.79% | 0.78% | - |
| XYZ | 25.04 | 14.03 | 6.24 | - |
| YUV | 91.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 64 | 0 | 0.79 | 0.68 | 0.22 | 351.54 | 0.65 | 0.47 |
| Hex | C6 | 2A | 40 | 0 | 4F | 44 | 16 | 160 | 41 | 2F |
| Octal | 306 | 52 | 100 | 0 | 117 | 104 | 26 | 540 | 101 | 57 |
| Binary | 11000110 | 101010 | 1000000 | 0 | 1001111 | 1000100 | 10110 | 101100000 | 1000001 | 101111 |
Color Harmonies of #C62A40
Complementary color
Monochromatic Colors of #C62A40
Black with #C62A40
Text Example
Text Example
White with #C62A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A40; }
p { color: rgb(198,42,64); }
H1.HeaderClassName
{
color: #C62A40;
}
.AnyTagClassName
{
color: #C62A40;
}
</style>
background-color css
<style>
a { background-color: #C62A40; }
a { background-color: rgb(198,42,64); }
div.DivClassName
{
background-color: #C62A40;
}
.BgClassName
{
background-color: #C62A40;
}
</style>
border-color css
<style>
span { border-color: #C62A40; }
span { border-color: rgb(198,42,64); }
td.TdClassName
{
border-color: #C62A40;
}
.TagClassName
{
border-color: #C62A40;
}
</style>