Shades of Brick Red #C6414B
Tints of Brick Red #C6414B
RGB
CMYK
RGB Variations
Color information
#C6414B (or 0xC6414B) is known color: Brick Red. HEX triplet: C6, 41 and 4B. RGB value is (198,65,75). Sum of RGB (Red+Green+Blue) = 198+65+75=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6414B is #39BEB4. Grayscale: #6A6A6A. Windows color (decimal): -3784373 or 4932038. OLE color: 4932038.
HSL color Cylindrical-coordinate representation of color #C6414B: hue angle of 355.49º 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 #C6414B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 75 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.22 |
| HSL | 355.49º | 0.54% | 0.52% | - |
| HSV(B) | 355.49º | 0.67% | 0.78% | - |
| XYZ | 26.45 | 16.29 | 8.41 | - |
| YUV | 105.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 75 | 0 | 0.67 | 0.62 | 0.22 | 355.49 | 0.54 | 0.52 |
| Hex | C6 | 41 | 4B | 0 | 43 | 3E | 16 | 163 | 36 | 34 |
| Octal | 306 | 101 | 113 | 0 | 103 | 76 | 26 | 543 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1001011 | 0 | 1000011 | 111110 | 10110 | 101100011 | 110110 | 110100 |
Color Harmonies of #C6414B
Complementary color
Monochromatic Colors of #C6414B
Black with #C6414B
Text Example
Text Example
White with #C6414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6414B; }
p { color: rgb(198,65,75); }
H1.HeaderClassName
{
color: #C6414B;
}
.AnyTagClassName
{
color: #C6414B;
}
</style>
background-color css
<style>
a { background-color: #C6414B; }
a { background-color: rgb(198,65,75); }
div.DivClassName
{
background-color: #C6414B;
}
.BgClassName
{
background-color: #C6414B;
}
</style>
border-color css
<style>
span { border-color: #C6414B; }
span { border-color: rgb(198,65,75); }
td.TdClassName
{
border-color: #C6414B;
}
.TagClassName
{
border-color: #C6414B;
}
</style>