Shades of Brick Red #C4283C
Tints of Brick Red #C4283C
RGB
CMYK
RGB Variations
Color information
#C4283C (or 0xC4283C) is known color: Brick Red. HEX triplet: C4, 28 and 3C. RGB value is (196,40,60). Sum of RGB (Red+Green+Blue) = 196+40+60=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4283C is #3BD7C3. Grayscale: #585858. Windows color (decimal): -3921860 or 3942596. OLE color: 3942596.
HSL color Cylindrical-coordinate representation of color #C4283C: hue angle of 352.31º 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 #C4283C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 60 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.23 |
| HSL | 352.31º | 0.66% | 0.46% | - |
| HSV(B) | 352.31º | 0.8% | 0.77% | - |
| XYZ | 24.34 | 13.58 | 5.61 | - |
| YUV | 88.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 60 | 0 | 0.80 | 0.69 | 0.23 | 352.31 | 0.66 | 0.46 |
| Hex | C4 | 28 | 3C | 0 | 50 | 45 | 17 | 160 | 42 | 2E |
| Octal | 304 | 50 | 74 | 0 | 120 | 105 | 27 | 540 | 102 | 56 |
| Binary | 11000100 | 101000 | 111100 | 0 | 1010000 | 1000101 | 10111 | 101100000 | 1000010 | 101110 |
Color Harmonies of #C4283C
Complementary color
Monochromatic Colors of #C4283C
Black with #C4283C
Text Example
Text Example
White with #C4283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4283C; }
p { color: rgb(196,40,60); }
H1.HeaderClassName
{
color: #C4283C;
}
.AnyTagClassName
{
color: #C4283C;
}
</style>
background-color css
<style>
a { background-color: #C4283C; }
a { background-color: rgb(196,40,60); }
div.DivClassName
{
background-color: #C4283C;
}
.BgClassName
{
background-color: #C4283C;
}
</style>
border-color css
<style>
span { border-color: #C4283C; }
span { border-color: rgb(196,40,60); }
td.TdClassName
{
border-color: #C4283C;
}
.TagClassName
{
border-color: #C4283C;
}
</style>