Shades of Brick Red #C42543
Tints of Brick Red #C42543
RGB
CMYK
RGB Variations
Color information
#C42543 (or 0xC42543) is known color: Brick Red. HEX triplet: C4, 25 and 43. RGB value is (196,37,67). Sum of RGB (Red+Green+Blue) = 196+37+67=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42543 is #3BDABC. Grayscale: #585858. Windows color (decimal): -3922621 or 4400580. OLE color: 4400580.
HSL color Cylindrical-coordinate representation of color #C42543: hue angle of 348.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42543 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 67 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.23 |
| HSL | 348.68º | 0.68% | 0.46% | - |
| HSV(B) | 348.68º | 0.81% | 0.77% | - |
| XYZ | 24.44 | 13.46 | 6.62 | - |
| YUV | 87.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 67 | 0 | 0.81 | 0.66 | 0.23 | 348.68 | 0.68 | 0.46 |
| Hex | C4 | 25 | 43 | 0 | 51 | 42 | 17 | 15D | 44 | 2E |
| Octal | 304 | 45 | 103 | 0 | 121 | 102 | 27 | 535 | 104 | 56 |
| Binary | 11000100 | 100101 | 1000011 | 0 | 1010001 | 1000010 | 10111 | 101011101 | 1000100 | 101110 |
Color Harmonies of #C42543
Complementary color
Monochromatic Colors of #C42543
Black with #C42543
Text Example
Text Example
White with #C42543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42543; }
p { color: rgb(196,37,67); }
H1.HeaderClassName
{
color: #C42543;
}
.AnyTagClassName
{
color: #C42543;
}
</style>
background-color css
<style>
a { background-color: #C42543; }
a { background-color: rgb(196,37,67); }
div.DivClassName
{
background-color: #C42543;
}
.BgClassName
{
background-color: #C42543;
}
</style>
border-color css
<style>
span { border-color: #C42543; }
span { border-color: rgb(196,37,67); }
td.TdClassName
{
border-color: #C42543;
}
.TagClassName
{
border-color: #C42543;
}
</style>