Shades of Brick Red #C42E43
Tints of Brick Red #C42E43
RGB
CMYK
RGB Variations
Color information
#C42E43 (or 0xC42E43) is known color: Brick Red. HEX triplet: C4, 2E and 43. RGB value is (196,46,67). Sum of RGB (Red+Green+Blue) = 196+46+67=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E43 is #3BD1BC. Grayscale: #5D5D5D. Windows color (decimal): -3920317 or 4402884. OLE color: 4402884.
HSL color Cylindrical-coordinate representation of color #C42E43: hue angle of 351.6º 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 #C42E43 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 67 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.23 |
| HSL | 351.6º | 0.62% | 0.47% | - |
| HSV(B) | 351.6º | 0.77% | 0.77% | - |
| XYZ | 24.76 | 14.1 | 6.73 | - |
| YUV | 93.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 67 | 0 | 0.77 | 0.66 | 0.23 | 351.6 | 0.62 | 0.47 |
| Hex | C4 | 2E | 43 | 0 | 4D | 42 | 17 | 160 | 3E | 2F |
| Octal | 304 | 56 | 103 | 0 | 115 | 102 | 27 | 540 | 76 | 57 |
| Binary | 11000100 | 101110 | 1000011 | 0 | 1001101 | 1000010 | 10111 | 101100000 | 111110 | 101111 |
Color Harmonies of #C42E43
Complementary color
Monochromatic Colors of #C42E43
Black with #C42E43
Text Example
Text Example
White with #C42E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E43; }
p { color: rgb(196,46,67); }
H1.HeaderClassName
{
color: #C42E43;
}
.AnyTagClassName
{
color: #C42E43;
}
</style>
background-color css
<style>
a { background-color: #C42E43; }
a { background-color: rgb(196,46,67); }
div.DivClassName
{
background-color: #C42E43;
}
.BgClassName
{
background-color: #C42E43;
}
</style>
border-color css
<style>
span { border-color: #C42E43; }
span { border-color: rgb(196,46,67); }
td.TdClassName
{
border-color: #C42E43;
}
.TagClassName
{
border-color: #C42E43;
}
</style>