Shades of Brick Red #C6424B
Tints of Brick Red #C6424B
RGB
CMYK
RGB Variations
Color information
#C6424B (or 0xC6424B) is known color: Brick Red. HEX triplet: C6, 42 and 4B. RGB value is (198,66,75). Sum of RGB (Red+Green+Blue) = 198+66+75=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6424B is #39BDB4. Grayscale: #6A6A6A. Windows color (decimal): -3784117 or 4932294. OLE color: 4932294.
HSL color Cylindrical-coordinate representation of color #C6424B: hue angle of 355.91º 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 #C6424B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 75 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.22 |
| HSL | 355.91º | 0.54% | 0.52% | - |
| HSV(B) | 355.91º | 0.67% | 0.78% | - |
| XYZ | 26.51 | 16.41 | 8.43 | - |
| YUV | 106.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 75 | 0 | 0.67 | 0.62 | 0.22 | 355.91 | 0.54 | 0.52 |
| Hex | C6 | 42 | 4B | 0 | 43 | 3E | 16 | 164 | 36 | 34 |
| Octal | 306 | 102 | 113 | 0 | 103 | 76 | 26 | 544 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1001011 | 0 | 1000011 | 111110 | 10110 | 101100100 | 110110 | 110100 |
Color Harmonies of #C6424B
Complementary color
Monochromatic Colors of #C6424B
Black with #C6424B
Text Example
Text Example
White with #C6424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6424B; }
p { color: rgb(198,66,75); }
H1.HeaderClassName
{
color: #C6424B;
}
.AnyTagClassName
{
color: #C6424B;
}
</style>
background-color css
<style>
a { background-color: #C6424B; }
a { background-color: rgb(198,66,75); }
div.DivClassName
{
background-color: #C6424B;
}
.BgClassName
{
background-color: #C6424B;
}
</style>
border-color css
<style>
span { border-color: #C6424B; }
span { border-color: rgb(198,66,75); }
td.TdClassName
{
border-color: #C6424B;
}
.TagClassName
{
border-color: #C6424B;
}
</style>