Shades of Brick Red #C0293D
Tints of Brick Red #C0293D
RGB
CMYK
RGB Variations
Color information
#C0293D (or 0xC0293D) is known color: Brick Red. HEX triplet: C0, 29 and 3D. RGB value is (192,41,61). Sum of RGB (Red+Green+Blue) = 192+41+61=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0293D is #3FD6C2. Grayscale: #585858. Windows color (decimal): -4183747 or 4008384. OLE color: 4008384.
HSL color Cylindrical-coordinate representation of color #C0293D: hue angle of 352.05º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0293D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 61 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.25 |
| HSL | 352.05º | 0.65% | 0.46% | - |
| HSV(B) | 352.05º | 0.79% | 0.75% | - |
| XYZ | 23.37 | 13.13 | 5.72 | - |
| YUV | 88.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 61 | 0 | 0.79 | 0.68 | 0.25 | 352.05 | 0.65 | 0.46 |
| Hex | C0 | 29 | 3D | 0 | 4F | 44 | 19 | 160 | 41 | 2E |
| Octal | 300 | 51 | 75 | 0 | 117 | 104 | 31 | 540 | 101 | 56 |
| Binary | 11000000 | 101001 | 111101 | 0 | 1001111 | 1000100 | 11001 | 101100000 | 1000001 | 101110 |
Color Harmonies of #C0293D
Complementary color
Monochromatic Colors of #C0293D
Black with #C0293D
Text Example
Text Example
White with #C0293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0293D; }
p { color: rgb(192,41,61); }
H1.HeaderClassName
{
color: #C0293D;
}
.AnyTagClassName
{
color: #C0293D;
}
</style>
background-color css
<style>
a { background-color: #C0293D; }
a { background-color: rgb(192,41,61); }
div.DivClassName
{
background-color: #C0293D;
}
.BgClassName
{
background-color: #C0293D;
}
</style>
border-color css
<style>
span { border-color: #C0293D; }
span { border-color: rgb(192,41,61); }
td.TdClassName
{
border-color: #C0293D;
}
.TagClassName
{
border-color: #C0293D;
}
</style>