Shades of Brick Red #C6404B
Tints of Brick Red #C6404B
RGB
CMYK
RGB Variations
Color information
#C6404B (or 0xC6404B) is known color: Brick Red. HEX triplet: C6, 40 and 4B. RGB value is (198,64,75). Sum of RGB (Red+Green+Blue) = 198+64+75=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6404B is #39BFB4. Grayscale: #696969. Windows color (decimal): -3784629 or 4931782. OLE color: 4931782.
HSL color Cylindrical-coordinate representation of color #C6404B: hue angle of 355.07º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6404B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 75 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 355.07º | 0.54% | 0.51% | - |
| HSV(B) | 355.07º | 0.68% | 0.78% | - |
| XYZ | 26.39 | 16.18 | 8.39 | - |
| YUV | 105.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 75 | 0 | 0.68 | 0.62 | 0.22 | 355.07 | 0.54 | 0.51 |
| Hex | C6 | 40 | 4B | 0 | 44 | 3E | 16 | 163 | 36 | 33 |
| Octal | 306 | 100 | 113 | 0 | 104 | 76 | 26 | 543 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1001011 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110110 | 110011 |
Color Harmonies of #C6404B
Complementary color
Monochromatic Colors of #C6404B
Black with #C6404B
Text Example
Text Example
White with #C6404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6404B; }
p { color: rgb(198,64,75); }
H1.HeaderClassName
{
color: #C6404B;
}
.AnyTagClassName
{
color: #C6404B;
}
</style>
background-color css
<style>
a { background-color: #C6404B; }
a { background-color: rgb(198,64,75); }
div.DivClassName
{
background-color: #C6404B;
}
.BgClassName
{
background-color: #C6404B;
}
</style>
border-color css
<style>
span { border-color: #C6404B; }
span { border-color: rgb(198,64,75); }
td.TdClassName
{
border-color: #C6404B;
}
.TagClassName
{
border-color: #C6404B;
}
</style>