Shades of Brick Red #C4323E
Tints of Brick Red #C4323E
RGB
CMYK
RGB Variations
Color information
#C4323E (or 0xC4323E) is known color: Brick Red. HEX triplet: C4, 32 and 3E. RGB value is (196,50,62). Sum of RGB (Red+Green+Blue) = 196+50+62=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4323E is #3BCDC1. Grayscale: #5F5F5F. Windows color (decimal): -3919298 or 4076228. OLE color: 4076228.
HSL color Cylindrical-coordinate representation of color #C4323E: hue angle of 355.07º 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 #C4323E is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 62 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.23 |
| HSL | 355.07º | 0.59% | 0.48% | - |
| HSV(B) | 355.07º | 0.74% | 0.77% | - |
| XYZ | 24.78 | 14.36 | 6.02 | - |
| YUV | 95.02 | 109.37 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 62 | 0 | 0.74 | 0.68 | 0.23 | 355.07 | 0.59 | 0.48 |
| Hex | C4 | 32 | 3E | 0 | 4A | 44 | 17 | 163 | 3B | 30 |
| Octal | 304 | 62 | 76 | 0 | 112 | 104 | 27 | 543 | 73 | 60 |
| Binary | 11000100 | 110010 | 111110 | 0 | 1001010 | 1000100 | 10111 | 101100011 | 111011 | 110000 |
Color Harmonies of #C4323E
Complementary color
Monochromatic Colors of #C4323E
Black with #C4323E
Text Example
Text Example
White with #C4323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4323E; }
p { color: rgb(196,50,62); }
H1.HeaderClassName
{
color: #C4323E;
}
.AnyTagClassName
{
color: #C4323E;
}
</style>
background-color css
<style>
a { background-color: #C4323E; }
a { background-color: rgb(196,50,62); }
div.DivClassName
{
background-color: #C4323E;
}
.BgClassName
{
background-color: #C4323E;
}
</style>
border-color css
<style>
span { border-color: #C4323E; }
span { border-color: rgb(196,50,62); }
td.TdClassName
{
border-color: #C4323E;
}
.TagClassName
{
border-color: #C4323E;
}
</style>