Shades of Brick Red #C42843
Tints of Brick Red #C42843
RGB
CMYK
RGB Variations
Color information
#C42843 (or 0xC42843) is known color: Brick Red. HEX triplet: C4, 28 and 43. RGB value is (196,40,67). Sum of RGB (Red+Green+Blue) = 196+40+67=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C42843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42843 is #3BD7BC. Grayscale: #595959. Windows color (decimal): -3921853 or 4401348. OLE color: 4401348.
HSL color Cylindrical-coordinate representation of color #C42843: hue angle of 349.62º 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 #C42843 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 67 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.23 |
| HSL | 349.62º | 0.66% | 0.46% | - |
| HSV(B) | 349.62º | 0.8% | 0.77% | - |
| XYZ | 24.54 | 13.66 | 6.65 | - |
| YUV | 89.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 67 | 0 | 0.80 | 0.66 | 0.23 | 349.62 | 0.66 | 0.46 |
| Hex | C4 | 28 | 43 | 0 | 50 | 42 | 17 | 15E | 42 | 2E |
| Octal | 304 | 50 | 103 | 0 | 120 | 102 | 27 | 536 | 102 | 56 |
| Binary | 11000100 | 101000 | 1000011 | 0 | 1010000 | 1000010 | 10111 | 101011110 | 1000010 | 101110 |
Color Harmonies of #C42843
Complementary color
Monochromatic Colors of #C42843
Black with #C42843
Text Example
Text Example
White with #C42843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42843; }
p { color: rgb(196,40,67); }
H1.HeaderClassName
{
color: #C42843;
}
.AnyTagClassName
{
color: #C42843;
}
</style>
background-color css
<style>
a { background-color: #C42843; }
a { background-color: rgb(196,40,67); }
div.DivClassName
{
background-color: #C42843;
}
.BgClassName
{
background-color: #C42843;
}
</style>
border-color css
<style>
span { border-color: #C42843; }
span { border-color: rgb(196,40,67); }
td.TdClassName
{
border-color: #C42843;
}
.TagClassName
{
border-color: #C42843;
}
</style>