Shades of Brick Red #C43344
Tints of Brick Red #C43344
RGB
CMYK
RGB Variations
Color information
#C43344 (or 0xC43344) is known color: Brick Red. HEX triplet: C4, 33 and 44. RGB value is (196,51,68). Sum of RGB (Red+Green+Blue) = 196+51+68=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43344 is #3BCCBB. Grayscale: #606060. Windows color (decimal): -3919036 or 4469700. OLE color: 4469700.
HSL color Cylindrical-coordinate representation of color #C43344: hue angle of 352.97º 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 #C43344 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 68 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.23 |
| HSL | 352.97º | 0.59% | 0.48% | - |
| HSV(B) | 352.97º | 0.74% | 0.77% | - |
| XYZ | 24.99 | 14.52 | 6.95 | - |
| YUV | 96.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 68 | 0 | 0.74 | 0.65 | 0.23 | 352.97 | 0.59 | 0.48 |
| Hex | C4 | 33 | 44 | 0 | 4A | 41 | 17 | 161 | 3B | 30 |
| Octal | 304 | 63 | 104 | 0 | 112 | 101 | 27 | 541 | 73 | 60 |
| Binary | 11000100 | 110011 | 1000100 | 0 | 1001010 | 1000001 | 10111 | 101100001 | 111011 | 110000 |
Color Harmonies of #C43344
Complementary color
Monochromatic Colors of #C43344
Black with #C43344
Text Example
Text Example
White with #C43344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43344; }
p { color: rgb(196,51,68); }
H1.HeaderClassName
{
color: #C43344;
}
.AnyTagClassName
{
color: #C43344;
}
</style>
background-color css
<style>
a { background-color: #C43344; }
a { background-color: rgb(196,51,68); }
div.DivClassName
{
background-color: #C43344;
}
.BgClassName
{
background-color: #C43344;
}
</style>
border-color css
<style>
span { border-color: #C43344; }
span { border-color: rgb(196,51,68); }
td.TdClassName
{
border-color: #C43344;
}
.TagClassName
{
border-color: #C43344;
}
</style>