Shades of Brick Red #C1293D
Tints of Brick Red #C1293D
RGB
CMYK
RGB Variations
Color information
#C1293D (or 0xC1293D) is known color: Brick Red. HEX triplet: C1, 29 and 3D. RGB value is (193,41,61). Sum of RGB (Red+Green+Blue) = 193+41+61=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1293D is #3ED6C2. Grayscale: #585858. Windows color (decimal): -4118211 or 4008385. OLE color: 4008385.
HSL color Cylindrical-coordinate representation of color #C1293D: hue angle of 352.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1293D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 61 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.24 |
| HSL | 352.11º | 0.65% | 0.46% | - |
| HSV(B) | 352.11º | 0.79% | 0.76% | - |
| XYZ | 23.63 | 13.26 | 5.73 | - |
| YUV | 88.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 61 | 0 | 0.79 | 0.68 | 0.24 | 352.11 | 0.65 | 0.46 |
| Hex | C1 | 29 | 3D | 0 | 4F | 44 | 18 | 160 | 41 | 2E |
| Octal | 301 | 51 | 75 | 0 | 117 | 104 | 30 | 540 | 101 | 56 |
| Binary | 11000001 | 101001 | 111101 | 0 | 1001111 | 1000100 | 11000 | 101100000 | 1000001 | 101110 |
Color Harmonies of #C1293D
Complementary color
Monochromatic Colors of #C1293D
Black with #C1293D
Text Example
Text Example
White with #C1293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1293D; }
p { color: rgb(193,41,61); }
H1.HeaderClassName
{
color: #C1293D;
}
.AnyTagClassName
{
color: #C1293D;
}
</style>
background-color css
<style>
a { background-color: #C1293D; }
a { background-color: rgb(193,41,61); }
div.DivClassName
{
background-color: #C1293D;
}
.BgClassName
{
background-color: #C1293D;
}
</style>
border-color css
<style>
span { border-color: #C1293D; }
span { border-color: rgb(193,41,61); }
td.TdClassName
{
border-color: #C1293D;
}
.TagClassName
{
border-color: #C1293D;
}
</style>