Shades of Brick Red #C34146
Tints of Brick Red #C34146
RGB
CMYK
RGB Variations
Color information
#C34146 (or 0xC34146) is known color: Brick Red. HEX triplet: C3, 41 and 46. RGB value is (195,65,70). Sum of RGB (Red+Green+Blue) = 195+65+70=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34146 is #3CBEB9. Grayscale: #686868. Windows color (decimal): -3980986 or 4604355. OLE color: 4604355.
HSL color Cylindrical-coordinate representation of color #C34146: hue angle of 357.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34146 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 70 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.24 |
| HSL | 357.69º | 0.52% | 0.51% | - |
| HSV(B) | 357.69º | 0.67% | 0.76% | - |
| XYZ | 25.5 | 15.82 | 7.5 | - |
| YUV | 104.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 70 | 0 | 0.67 | 0.64 | 0.24 | 357.69 | 0.52 | 0.51 |
| Hex | C3 | 41 | 46 | 0 | 43 | 40 | 18 | 166 | 34 | 33 |
| Octal | 303 | 101 | 106 | 0 | 103 | 100 | 30 | 546 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1000110 | 0 | 1000011 | 1000000 | 11000 | 101100110 | 110100 | 110011 |
Color Harmonies of #C34146
Complementary color
Monochromatic Colors of #C34146
Black with #C34146
Text Example
Text Example
White with #C34146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34146; }
p { color: rgb(195,65,70); }
H1.HeaderClassName
{
color: #C34146;
}
.AnyTagClassName
{
color: #C34146;
}
</style>
background-color css
<style>
a { background-color: #C34146; }
a { background-color: rgb(195,65,70); }
div.DivClassName
{
background-color: #C34146;
}
.BgClassName
{
background-color: #C34146;
}
</style>
border-color css
<style>
span { border-color: #C34146; }
span { border-color: rgb(195,65,70); }
td.TdClassName
{
border-color: #C34146;
}
.TagClassName
{
border-color: #C34146;
}
</style>