Shades of Brick Red #C43A45
Tints of Brick Red #C43A45
RGB
CMYK
RGB Variations
Color information
#C43A45 (or 0xC43A45) is known color: Brick Red. HEX triplet: C4, 3A and 45. RGB value is (196,58,69). Sum of RGB (Red+Green+Blue) = 196+58+69=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A45 is #3BC5BA. Grayscale: #646464. Windows color (decimal): -3917243 or 4537028. OLE color: 4537028.
HSL color Cylindrical-coordinate representation of color #C43A45: hue angle of 355.22º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A45 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 69 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.23 |
| HSL | 355.22º | 0.54% | 0.5% | - |
| HSV(B) | 355.22º | 0.7% | 0.77% | - |
| XYZ | 25.35 | 15.19 | 7.23 | - |
| YUV | 100.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 69 | 0 | 0.70 | 0.65 | 0.23 | 355.22 | 0.54 | 0.5 |
| Hex | C4 | 3A | 45 | 0 | 46 | 41 | 17 | 163 | 36 | 32 |
| Octal | 304 | 72 | 105 | 0 | 106 | 101 | 27 | 543 | 66 | 62 |
| Binary | 11000100 | 111010 | 1000101 | 0 | 1000110 | 1000001 | 10111 | 101100011 | 110110 | 110010 |
Color Harmonies of #C43A45
Complementary color
Monochromatic Colors of #C43A45
Black with #C43A45
Text Example
Text Example
White with #C43A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A45; }
p { color: rgb(196,58,69); }
H1.HeaderClassName
{
color: #C43A45;
}
.AnyTagClassName
{
color: #C43A45;
}
</style>
background-color css
<style>
a { background-color: #C43A45; }
a { background-color: rgb(196,58,69); }
div.DivClassName
{
background-color: #C43A45;
}
.BgClassName
{
background-color: #C43A45;
}
</style>
border-color css
<style>
span { border-color: #C43A45; }
span { border-color: rgb(196,58,69); }
td.TdClassName
{
border-color: #C43A45;
}
.TagClassName
{
border-color: #C43A45;
}
</style>