Shades of Brick Red #C34147
Tints of Brick Red #C34147
RGB
CMYK
RGB Variations
Color information
#C34147 (or 0xC34147) is known color: Brick Red. HEX triplet: C3, 41 and 47. RGB value is (195,65,71). Sum of RGB (Red+Green+Blue) = 195+65+71=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34147 is #3CBEB8. Grayscale: #686868. Windows color (decimal): -3980985 or 4669891. OLE color: 4669891.
HSL color Cylindrical-coordinate representation of color #C34147: hue angle of 357.23º 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 #C34147 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 71 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.24 |
| HSL | 357.23º | 0.52% | 0.51% | - |
| HSV(B) | 357.23º | 0.67% | 0.76% | - |
| XYZ | 25.53 | 15.84 | 7.67 | - |
| YUV | 104.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 71 | 0 | 0.67 | 0.64 | 0.24 | 357.23 | 0.52 | 0.51 |
| Hex | C3 | 41 | 47 | 0 | 43 | 40 | 18 | 165 | 34 | 33 |
| Octal | 303 | 101 | 107 | 0 | 103 | 100 | 30 | 545 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1000111 | 0 | 1000011 | 1000000 | 11000 | 101100101 | 110100 | 110011 |
Color Harmonies of #C34147
Complementary color
Monochromatic Colors of #C34147
Black with #C34147
Text Example
Text Example
White with #C34147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34147; }
p { color: rgb(195,65,71); }
H1.HeaderClassName
{
color: #C34147;
}
.AnyTagClassName
{
color: #C34147;
}
</style>
background-color css
<style>
a { background-color: #C34147; }
a { background-color: rgb(195,65,71); }
div.DivClassName
{
background-color: #C34147;
}
.BgClassName
{
background-color: #C34147;
}
</style>
border-color css
<style>
span { border-color: #C34147; }
span { border-color: rgb(195,65,71); }
td.TdClassName
{
border-color: #C34147;
}
.TagClassName
{
border-color: #C34147;
}
</style>