Shades of Brick Red #C42D42
Tints of Brick Red #C42D42
RGB
CMYK
RGB Variations
Color information
#C42D42 (or 0xC42D42) is known color: Brick Red. HEX triplet: C4, 2D and 42. RGB value is (196,45,66). Sum of RGB (Red+Green+Blue) = 196+45+66=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D42 is #3BD2BD. Grayscale: #5C5C5C. Windows color (decimal): -3920574 or 4337092. OLE color: 4337092.
HSL color Cylindrical-coordinate representation of color #C42D42: hue angle of 351.66º degrees, saturation: 0.63, 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 #C42D42 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 66 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.23 |
| HSL | 351.66º | 0.63% | 0.47% | - |
| HSV(B) | 351.66º | 0.77% | 0.77% | - |
| XYZ | 24.69 | 14.01 | 6.56 | - |
| YUV | 92.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 66 | 0 | 0.77 | 0.66 | 0.23 | 351.66 | 0.63 | 0.47 |
| Hex | C4 | 2D | 42 | 0 | 4D | 42 | 17 | 160 | 3F | 2F |
| Octal | 304 | 55 | 102 | 0 | 115 | 102 | 27 | 540 | 77 | 57 |
| Binary | 11000100 | 101101 | 1000010 | 0 | 1001101 | 1000010 | 10111 | 101100000 | 111111 | 101111 |
Color Harmonies of #C42D42
Complementary color
Monochromatic Colors of #C42D42
Black with #C42D42
Text Example
Text Example
White with #C42D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D42; }
p { color: rgb(196,45,66); }
H1.HeaderClassName
{
color: #C42D42;
}
.AnyTagClassName
{
color: #C42D42;
}
</style>
background-color css
<style>
a { background-color: #C42D42; }
a { background-color: rgb(196,45,66); }
div.DivClassName
{
background-color: #C42D42;
}
.BgClassName
{
background-color: #C42D42;
}
</style>
border-color css
<style>
span { border-color: #C42D42; }
span { border-color: rgb(196,45,66); }
td.TdClassName
{
border-color: #C42D42;
}
.TagClassName
{
border-color: #C42D42;
}
</style>