Shades of Brick Red #C42E3A
Tints of Brick Red #C42E3A
RGB
CMYK
RGB Variations
Color information
#C42E3A (or 0xC42E3A) is known color: Brick Red. HEX triplet: C4, 2E and 3A. RGB value is (196,46,58). Sum of RGB (Red+Green+Blue) = 196+46+58=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E3A is #3BD1C5. Grayscale: #5C5C5C. Windows color (decimal): -3920326 or 3813060. OLE color: 3813060.
HSL color Cylindrical-coordinate representation of color #C42E3A: hue angle of 355.2º 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 #C42E3A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 58 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.23 |
| HSL | 355.2º | 0.62% | 0.47% | - |
| HSV(B) | 355.2º | 0.77% | 0.77% | - |
| XYZ | 24.51 | 14 | 5.41 | - |
| YUV | 92.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 58 | 0 | 0.77 | 0.70 | 0.23 | 355.2 | 0.62 | 0.47 |
| Hex | C4 | 2E | 3A | 0 | 4D | 46 | 17 | 163 | 3E | 2F |
| Octal | 304 | 56 | 72 | 0 | 115 | 106 | 27 | 543 | 76 | 57 |
| Binary | 11000100 | 101110 | 111010 | 0 | 1001101 | 1000110 | 10111 | 101100011 | 111110 | 101111 |
Color Harmonies of #C42E3A
Complementary color
Monochromatic Colors of #C42E3A
Black with #C42E3A
Text Example
Text Example
White with #C42E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E3A; }
p { color: rgb(196,46,58); }
H1.HeaderClassName
{
color: #C42E3A;
}
.AnyTagClassName
{
color: #C42E3A;
}
</style>
background-color css
<style>
a { background-color: #C42E3A; }
a { background-color: rgb(196,46,58); }
div.DivClassName
{
background-color: #C42E3A;
}
.BgClassName
{
background-color: #C42E3A;
}
</style>
border-color css
<style>
span { border-color: #C42E3A; }
span { border-color: rgb(196,46,58); }
td.TdClassName
{
border-color: #C42E3A;
}
.TagClassName
{
border-color: #C42E3A;
}
</style>