Shades of Brick Red #C42C43
Tints of Brick Red #C42C43
RGB
CMYK
RGB Variations
Color information
#C42C43 (or 0xC42C43) is known color: Brick Red. HEX triplet: C4, 2C and 43. RGB value is (196,44,67). Sum of RGB (Red+Green+Blue) = 196+44+67=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C43 is #3BD3BC. Grayscale: #5C5C5C. Windows color (decimal): -3920829 or 4402372. OLE color: 4402372.
HSL color Cylindrical-coordinate representation of color #C42C43: hue angle of 350.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C43 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 67 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.23 |
| HSL | 350.92º | 0.63% | 0.47% | - |
| HSV(B) | 350.92º | 0.78% | 0.77% | - |
| XYZ | 24.68 | 13.94 | 6.7 | - |
| YUV | 92.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 67 | 0 | 0.78 | 0.66 | 0.23 | 350.92 | 0.63 | 0.47 |
| Hex | C4 | 2C | 43 | 0 | 4E | 42 | 17 | 15F | 3F | 2F |
| Octal | 304 | 54 | 103 | 0 | 116 | 102 | 27 | 537 | 77 | 57 |
| Binary | 11000100 | 101100 | 1000011 | 0 | 1001110 | 1000010 | 10111 | 101011111 | 111111 | 101111 |
Color Harmonies of #C42C43
Complementary color
Monochromatic Colors of #C42C43
Black with #C42C43
Text Example
Text Example
White with #C42C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C43; }
p { color: rgb(196,44,67); }
H1.HeaderClassName
{
color: #C42C43;
}
.AnyTagClassName
{
color: #C42C43;
}
</style>
background-color css
<style>
a { background-color: #C42C43; }
a { background-color: rgb(196,44,67); }
div.DivClassName
{
background-color: #C42C43;
}
.BgClassName
{
background-color: #C42C43;
}
</style>
border-color css
<style>
span { border-color: #C42C43; }
span { border-color: rgb(196,44,67); }
td.TdClassName
{
border-color: #C42C43;
}
.TagClassName
{
border-color: #C42C43;
}
</style>