Shades of Brick Red #C42A3E
Tints of Brick Red #C42A3E
RGB
CMYK
RGB Variations
Color information
#C42A3E (or 0xC42A3E) is known color: Brick Red. HEX triplet: C4, 2A and 3E. RGB value is (196,42,62). Sum of RGB (Red+Green+Blue) = 196+42+62=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A3E is #3BD5C1. Grayscale: #5A5A5A. Windows color (decimal): -3921346 or 4074180. OLE color: 4074180.
HSL color Cylindrical-coordinate representation of color #C42A3E: hue angle of 352.21º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A3E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 62 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.23 |
| HSL | 352.21º | 0.65% | 0.47% | - |
| HSV(B) | 352.21º | 0.79% | 0.77% | - |
| XYZ | 24.46 | 13.74 | 5.92 | - |
| YUV | 90.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 62 | 0 | 0.79 | 0.68 | 0.23 | 352.21 | 0.65 | 0.47 |
| Hex | C4 | 2A | 3E | 0 | 4F | 44 | 17 | 160 | 41 | 2F |
| Octal | 304 | 52 | 76 | 0 | 117 | 104 | 27 | 540 | 101 | 57 |
| Binary | 11000100 | 101010 | 111110 | 0 | 1001111 | 1000100 | 10111 | 101100000 | 1000001 | 101111 |
Color Harmonies of #C42A3E
Complementary color
Monochromatic Colors of #C42A3E
Black with #C42A3E
Text Example
Text Example
White with #C42A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A3E; }
p { color: rgb(196,42,62); }
H1.HeaderClassName
{
color: #C42A3E;
}
.AnyTagClassName
{
color: #C42A3E;
}
</style>
background-color css
<style>
a { background-color: #C42A3E; }
a { background-color: rgb(196,42,62); }
div.DivClassName
{
background-color: #C42A3E;
}
.BgClassName
{
background-color: #C42A3E;
}
</style>
border-color css
<style>
span { border-color: #C42A3E; }
span { border-color: rgb(196,42,62); }
td.TdClassName
{
border-color: #C42A3E;
}
.TagClassName
{
border-color: #C42A3E;
}
</style>