Shades of Brick Red #C6424A
Tints of Brick Red #C6424A
RGB
CMYK
RGB Variations
Color information
#C6424A (or 0xC6424A) is known color: Brick Red. HEX triplet: C6, 42 and 4A. RGB value is (198,66,74). Sum of RGB (Red+Green+Blue) = 198+66+74=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6424A is #39BDB5. Grayscale: #6A6A6A. Windows color (decimal): -3784118 or 4866758. OLE color: 4866758.
HSL color Cylindrical-coordinate representation of color #C6424A: hue angle of 356.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6424A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 74 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.22 |
| HSL | 356.36º | 0.54% | 0.52% | - |
| HSV(B) | 356.36º | 0.67% | 0.78% | - |
| XYZ | 26.47 | 16.4 | 8.25 | - |
| YUV | 106.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 74 | 0 | 0.67 | 0.63 | 0.22 | 356.36 | 0.54 | 0.52 |
| Hex | C6 | 42 | 4A | 0 | 43 | 3F | 16 | 164 | 36 | 34 |
| Octal | 306 | 102 | 112 | 0 | 103 | 77 | 26 | 544 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1001010 | 0 | 1000011 | 111111 | 10110 | 101100100 | 110110 | 110100 |
Color Harmonies of #C6424A
Complementary color
Monochromatic Colors of #C6424A
Black with #C6424A
Text Example
Text Example
White with #C6424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6424A; }
p { color: rgb(198,66,74); }
H1.HeaderClassName
{
color: #C6424A;
}
.AnyTagClassName
{
color: #C6424A;
}
</style>
background-color css
<style>
a { background-color: #C6424A; }
a { background-color: rgb(198,66,74); }
div.DivClassName
{
background-color: #C6424A;
}
.BgClassName
{
background-color: #C6424A;
}
</style>
border-color css
<style>
span { border-color: #C6424A; }
span { border-color: rgb(198,66,74); }
td.TdClassName
{
border-color: #C6424A;
}
.TagClassName
{
border-color: #C6424A;
}
</style>