Shades of Brick Red #C43A41
Tints of Brick Red #C43A41
RGB
CMYK
RGB Variations
Color information
#C43A41 (or 0xC43A41) is known color: Brick Red. HEX triplet: C4, 3A and 41. RGB value is (196,58,65). Sum of RGB (Red+Green+Blue) = 196+58+65=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A41 is #3BC5BE. Grayscale: #646464. Windows color (decimal): -3917247 or 4274884. OLE color: 4274884.
HSL color Cylindrical-coordinate representation of color #C43A41: hue angle of 356.96º 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 #C43A41 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 65 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.23 |
| HSL | 356.96º | 0.54% | 0.5% | - |
| HSV(B) | 356.96º | 0.7% | 0.77% | - |
| XYZ | 25.23 | 15.14 | 6.59 | - |
| YUV | 100.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 65 | 0 | 0.70 | 0.67 | 0.23 | 356.96 | 0.54 | 0.5 |
| Hex | C4 | 3A | 41 | 0 | 46 | 43 | 17 | 165 | 36 | 32 |
| Octal | 304 | 72 | 101 | 0 | 106 | 103 | 27 | 545 | 66 | 62 |
| Binary | 11000100 | 111010 | 1000001 | 0 | 1000110 | 1000011 | 10111 | 101100101 | 110110 | 110010 |
Color Harmonies of #C43A41
Complementary color
Monochromatic Colors of #C43A41
Black with #C43A41
Text Example
Text Example
White with #C43A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A41; }
p { color: rgb(196,58,65); }
H1.HeaderClassName
{
color: #C43A41;
}
.AnyTagClassName
{
color: #C43A41;
}
</style>
background-color css
<style>
a { background-color: #C43A41; }
a { background-color: rgb(196,58,65); }
div.DivClassName
{
background-color: #C43A41;
}
.BgClassName
{
background-color: #C43A41;
}
</style>
border-color css
<style>
span { border-color: #C43A41; }
span { border-color: rgb(196,58,65); }
td.TdClassName
{
border-color: #C43A41;
}
.TagClassName
{
border-color: #C43A41;
}
</style>