Shades of Brick Red #C4283B
Tints of Brick Red #C4283B
RGB
CMYK
RGB Variations
Color information
#C4283B (or 0xC4283B) is known color: Brick Red. HEX triplet: C4, 28 and 3B. RGB value is (196,40,59). Sum of RGB (Red+Green+Blue) = 196+40+59=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4283B is #3BD7C4. Grayscale: #585858. Windows color (decimal): -3921861 or 3877060. OLE color: 3877060.
HSL color Cylindrical-coordinate representation of color #C4283B: hue angle of 352.69º 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 #C4283B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 59 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.23 |
| HSL | 352.69º | 0.66% | 0.46% | - |
| HSV(B) | 352.69º | 0.8% | 0.77% | - |
| XYZ | 24.31 | 13.57 | 5.48 | - |
| YUV | 88.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 59 | 0 | 0.80 | 0.70 | 0.23 | 352.69 | 0.66 | 0.46 |
| Hex | C4 | 28 | 3B | 0 | 50 | 46 | 17 | 161 | 42 | 2E |
| Octal | 304 | 50 | 73 | 0 | 120 | 106 | 27 | 541 | 102 | 56 |
| Binary | 11000100 | 101000 | 111011 | 0 | 1010000 | 1000110 | 10111 | 101100001 | 1000010 | 101110 |
Color Harmonies of #C4283B
Complementary color
Monochromatic Colors of #C4283B
Black with #C4283B
Text Example
Text Example
White with #C4283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4283B; }
p { color: rgb(196,40,59); }
H1.HeaderClassName
{
color: #C4283B;
}
.AnyTagClassName
{
color: #C4283B;
}
</style>
background-color css
<style>
a { background-color: #C4283B; }
a { background-color: rgb(196,40,59); }
div.DivClassName
{
background-color: #C4283B;
}
.BgClassName
{
background-color: #C4283B;
}
</style>
border-color css
<style>
span { border-color: #C4283B; }
span { border-color: rgb(196,40,59); }
td.TdClassName
{
border-color: #C4283B;
}
.TagClassName
{
border-color: #C4283B;
}
</style>