Shades of Brick Red #C42A46
Tints of Brick Red #C42A46
RGB
CMYK
RGB Variations
Color information
#C42A46 (or 0xC42A46) is known color: Brick Red. HEX triplet: C4, 2A and 46. RGB value is (196,42,70). Sum of RGB (Red+Green+Blue) = 196+42+70=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A46 is #3BD5B9. Grayscale: #5B5B5B. Windows color (decimal): -3921338 or 4598468. OLE color: 4598468.
HSL color Cylindrical-coordinate representation of color #C42A46: hue angle of 349.09º 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 #C42A46 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 70 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.23 |
| HSL | 349.09º | 0.65% | 0.47% | - |
| HSV(B) | 349.09º | 0.79% | 0.77% | - |
| XYZ | 24.7 | 13.83 | 7.16 | - |
| YUV | 91.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 70 | 0 | 0.79 | 0.64 | 0.23 | 349.09 | 0.65 | 0.47 |
| Hex | C4 | 2A | 46 | 0 | 4F | 40 | 17 | 15D | 41 | 2F |
| Octal | 304 | 52 | 106 | 0 | 117 | 100 | 27 | 535 | 101 | 57 |
| Binary | 11000100 | 101010 | 1000110 | 0 | 1001111 | 1000000 | 10111 | 101011101 | 1000001 | 101111 |
Color Harmonies of #C42A46
Complementary color
Monochromatic Colors of #C42A46
Black with #C42A46
Text Example
Text Example
White with #C42A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A46; }
p { color: rgb(196,42,70); }
H1.HeaderClassName
{
color: #C42A46;
}
.AnyTagClassName
{
color: #C42A46;
}
</style>
background-color css
<style>
a { background-color: #C42A46; }
a { background-color: rgb(196,42,70); }
div.DivClassName
{
background-color: #C42A46;
}
.BgClassName
{
background-color: #C42A46;
}
</style>
border-color css
<style>
span { border-color: #C42A46; }
span { border-color: rgb(196,42,70); }
td.TdClassName
{
border-color: #C42A46;
}
.TagClassName
{
border-color: #C42A46;
}
</style>