Shades of Brick Red #C6293D
Tints of Brick Red #C6293D
RGB
CMYK
RGB Variations
Color information
#C6293D (or 0xC6293D) is known color: Brick Red. HEX triplet: C6, 29 and 3D. RGB value is (198,41,61). Sum of RGB (Red+Green+Blue) = 198+41+61=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C6293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6293D is #39D6C2. Grayscale: #5A5A5A. Windows color (decimal): -3790531 or 4008390. OLE color: 4008390.
HSL color Cylindrical-coordinate representation of color #C6293D: hue angle of 352.36º degrees, saturation: 0.66, 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 #C6293D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 61 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.22 |
| HSL | 352.36º | 0.66% | 0.47% | - |
| HSV(B) | 352.36º | 0.79% | 0.78% | - |
| XYZ | 24.92 | 13.93 | 5.79 | - |
| YUV | 90.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 61 | 0 | 0.79 | 0.69 | 0.22 | 352.36 | 0.66 | 0.47 |
| Hex | C6 | 29 | 3D | 0 | 4F | 45 | 16 | 160 | 42 | 2F |
| Octal | 306 | 51 | 75 | 0 | 117 | 105 | 26 | 540 | 102 | 57 |
| Binary | 11000110 | 101001 | 111101 | 0 | 1001111 | 1000101 | 10110 | 101100000 | 1000010 | 101111 |
Color Harmonies of #C6293D
Complementary color
Monochromatic Colors of #C6293D
Black with #C6293D
Text Example
Text Example
White with #C6293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6293D; }
p { color: rgb(198,41,61); }
H1.HeaderClassName
{
color: #C6293D;
}
.AnyTagClassName
{
color: #C6293D;
}
</style>
background-color css
<style>
a { background-color: #C6293D; }
a { background-color: rgb(198,41,61); }
div.DivClassName
{
background-color: #C6293D;
}
.BgClassName
{
background-color: #C6293D;
}
</style>
border-color css
<style>
span { border-color: #C6293D; }
span { border-color: rgb(198,41,61); }
td.TdClassName
{
border-color: #C6293D;
}
.TagClassName
{
border-color: #C6293D;
}
</style>