Shades of Brick Red #C42E40
Tints of Brick Red #C42E40
RGB
CMYK
RGB Variations
Color information
#C42E40 (or 0xC42E40) is known color: Brick Red. HEX triplet: C4, 2E and 40. RGB value is (196,46,64). Sum of RGB (Red+Green+Blue) = 196+46+64=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E40 is #3BD1BF. Grayscale: #5C5C5C. Windows color (decimal): -3920320 or 4206276. OLE color: 4206276.
HSL color Cylindrical-coordinate representation of color #C42E40: hue angle of 352.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E40 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 64 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.23 |
| HSL | 352.8º | 0.62% | 0.47% | - |
| HSV(B) | 352.8º | 0.77% | 0.77% | - |
| XYZ | 24.67 | 14.06 | 6.26 | - |
| YUV | 92.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 64 | 0 | 0.77 | 0.67 | 0.23 | 352.8 | 0.62 | 0.47 |
| Hex | C4 | 2E | 40 | 0 | 4D | 43 | 17 | 161 | 3E | 2F |
| Octal | 304 | 56 | 100 | 0 | 115 | 103 | 27 | 541 | 76 | 57 |
| Binary | 11000100 | 101110 | 1000000 | 0 | 1001101 | 1000011 | 10111 | 101100001 | 111110 | 101111 |
Color Harmonies of #C42E40
Complementary color
Monochromatic Colors of #C42E40
Black with #C42E40
Text Example
Text Example
White with #C42E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E40; }
p { color: rgb(196,46,64); }
H1.HeaderClassName
{
color: #C42E40;
}
.AnyTagClassName
{
color: #C42E40;
}
</style>
background-color css
<style>
a { background-color: #C42E40; }
a { background-color: rgb(196,46,64); }
div.DivClassName
{
background-color: #C42E40;
}
.BgClassName
{
background-color: #C42E40;
}
</style>
border-color css
<style>
span { border-color: #C42E40; }
span { border-color: rgb(196,46,64); }
td.TdClassName
{
border-color: #C42E40;
}
.TagClassName
{
border-color: #C42E40;
}
</style>