Shades of Brick Red #C4283E
Tints of Brick Red #C4283E
RGB
CMYK
RGB Variations
Color information
#C4283E (or 0xC4283E) is known color: Brick Red. HEX triplet: C4, 28 and 3E. RGB value is (196,40,62). Sum of RGB (Red+Green+Blue) = 196+40+62=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C4283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4283E is #3BD7C1. Grayscale: #595959. Windows color (decimal): -3921858 or 4073668. OLE color: 4073668.
HSL color Cylindrical-coordinate representation of color #C4283E: hue angle of 351.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4283E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 62 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.23 |
| HSL | 351.54º | 0.66% | 0.46% | - |
| HSV(B) | 351.54º | 0.8% | 0.77% | - |
| XYZ | 24.39 | 13.6 | 5.9 | - |
| YUV | 89.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 62 | 0 | 0.80 | 0.68 | 0.23 | 351.54 | 0.66 | 0.46 |
| Hex | C4 | 28 | 3E | 0 | 50 | 44 | 17 | 160 | 42 | 2E |
| Octal | 304 | 50 | 76 | 0 | 120 | 104 | 27 | 540 | 102 | 56 |
| Binary | 11000100 | 101000 | 111110 | 0 | 1010000 | 1000100 | 10111 | 101100000 | 1000010 | 101110 |
Color Harmonies of #C4283E
Complementary color
Monochromatic Colors of #C4283E
Black with #C4283E
Text Example
Text Example
White with #C4283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4283E; }
p { color: rgb(196,40,62); }
H1.HeaderClassName
{
color: #C4283E;
}
.AnyTagClassName
{
color: #C4283E;
}
</style>
background-color css
<style>
a { background-color: #C4283E; }
a { background-color: rgb(196,40,62); }
div.DivClassName
{
background-color: #C4283E;
}
.BgClassName
{
background-color: #C4283E;
}
</style>
border-color css
<style>
span { border-color: #C4283E; }
span { border-color: rgb(196,40,62); }
td.TdClassName
{
border-color: #C4283E;
}
.TagClassName
{
border-color: #C4283E;
}
</style>