Shades of Brick Red #C43340
Tints of Brick Red #C43340
RGB
CMYK
RGB Variations
Color information
#C43340 (or 0xC43340) is known color: Brick Red. HEX triplet: C4, 33 and 40. RGB value is (196,51,64). Sum of RGB (Red+Green+Blue) = 196+51+64=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43340 is #3BCCBF. Grayscale: #5F5F5F. Windows color (decimal): -3919040 or 4207556. OLE color: 4207556.
HSL color Cylindrical-coordinate representation of color #C43340: hue angle of 354.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43340 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 64 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.23 |
| HSL | 354.62º | 0.59% | 0.48% | - |
| HSV(B) | 354.62º | 0.74% | 0.77% | - |
| XYZ | 24.87 | 14.47 | 6.33 | - |
| YUV | 95.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 64 | 0 | 0.74 | 0.67 | 0.23 | 354.62 | 0.59 | 0.48 |
| Hex | C4 | 33 | 40 | 0 | 4A | 43 | 17 | 163 | 3B | 30 |
| Octal | 304 | 63 | 100 | 0 | 112 | 103 | 27 | 543 | 73 | 60 |
| Binary | 11000100 | 110011 | 1000000 | 0 | 1001010 | 1000011 | 10111 | 101100011 | 111011 | 110000 |
Color Harmonies of #C43340
Complementary color
Monochromatic Colors of #C43340
Black with #C43340
Text Example
Text Example
White with #C43340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43340; }
p { color: rgb(196,51,64); }
H1.HeaderClassName
{
color: #C43340;
}
.AnyTagClassName
{
color: #C43340;
}
</style>
background-color css
<style>
a { background-color: #C43340; }
a { background-color: rgb(196,51,64); }
div.DivClassName
{
background-color: #C43340;
}
.BgClassName
{
background-color: #C43340;
}
</style>
border-color css
<style>
span { border-color: #C43340; }
span { border-color: rgb(196,51,64); }
td.TdClassName
{
border-color: #C43340;
}
.TagClassName
{
border-color: #C43340;
}
</style>