Shades of Brick Red #C43742
Tints of Brick Red #C43742
RGB
CMYK
RGB Variations
Color information
#C43742 (or 0xC43742) is known color: Brick Red. HEX triplet: C4, 37 and 42. RGB value is (196,55,66). Sum of RGB (Red+Green+Blue) = 196+55+66=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43742 is #3BC8BD. Grayscale: #626262. Windows color (decimal): -3918014 or 4339652. OLE color: 4339652.
HSL color Cylindrical-coordinate representation of color #C43742: hue angle of 355.32º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43742 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 66 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.23 |
| HSL | 355.32º | 0.56% | 0.49% | - |
| HSV(B) | 355.32º | 0.72% | 0.77% | - |
| XYZ | 25.11 | 14.86 | 6.7 | - |
| YUV | 98.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 66 | 0 | 0.72 | 0.66 | 0.23 | 355.32 | 0.56 | 0.49 |
| Hex | C4 | 37 | 42 | 0 | 48 | 42 | 17 | 163 | 38 | 31 |
| Octal | 304 | 67 | 102 | 0 | 110 | 102 | 27 | 543 | 70 | 61 |
| Binary | 11000100 | 110111 | 1000010 | 0 | 1001000 | 1000010 | 10111 | 101100011 | 111000 | 110001 |
Color Harmonies of #C43742
Complementary color
Monochromatic Colors of #C43742
Black with #C43742
Text Example
Text Example
White with #C43742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43742; }
p { color: rgb(196,55,66); }
H1.HeaderClassName
{
color: #C43742;
}
.AnyTagClassName
{
color: #C43742;
}
</style>
background-color css
<style>
a { background-color: #C43742; }
a { background-color: rgb(196,55,66); }
div.DivClassName
{
background-color: #C43742;
}
.BgClassName
{
background-color: #C43742;
}
</style>
border-color css
<style>
span { border-color: #C43742; }
span { border-color: rgb(196,55,66); }
td.TdClassName
{
border-color: #C43742;
}
.TagClassName
{
border-color: #C43742;
}
</style>