Shades of Brick Red #C0283D
Tints of Brick Red #C0283D
RGB
CMYK
RGB Variations
Color information
#C0283D (or 0xC0283D) is known color: Brick Red. HEX triplet: C0, 28 and 3D. RGB value is (192,40,61). Sum of RGB (Red+Green+Blue) = 192+40+61=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0283D is #3FD7C2. Grayscale: #575757. Windows color (decimal): -4184003 or 4008128. OLE color: 4008128.
HSL color Cylindrical-coordinate representation of color #C0283D: hue angle of 351.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0283D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 61 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.25 |
| HSL | 351.71º | 0.66% | 0.45% | - |
| HSV(B) | 351.71º | 0.79% | 0.75% | - |
| XYZ | 23.34 | 13.06 | 5.71 | - |
| YUV | 87.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 61 | 0 | 0.79 | 0.68 | 0.25 | 351.71 | 0.66 | 0.45 |
| Hex | C0 | 28 | 3D | 0 | 4F | 44 | 19 | 160 | 42 | 2D |
| Octal | 300 | 50 | 75 | 0 | 117 | 104 | 31 | 540 | 102 | 55 |
| Binary | 11000000 | 101000 | 111101 | 0 | 1001111 | 1000100 | 11001 | 101100000 | 1000010 | 101101 |
Color Harmonies of #C0283D
Complementary color
Monochromatic Colors of #C0283D
Black with #C0283D
Text Example
Text Example
White with #C0283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0283D; }
p { color: rgb(192,40,61); }
H1.HeaderClassName
{
color: #C0283D;
}
.AnyTagClassName
{
color: #C0283D;
}
</style>
background-color css
<style>
a { background-color: #C0283D; }
a { background-color: rgb(192,40,61); }
div.DivClassName
{
background-color: #C0283D;
}
.BgClassName
{
background-color: #C0283D;
}
</style>
border-color css
<style>
span { border-color: #C0283D; }
span { border-color: rgb(192,40,61); }
td.TdClassName
{
border-color: #C0283D;
}
.TagClassName
{
border-color: #C0283D;
}
</style>