Shades of Brick Red #C34148
Tints of Brick Red #C34148
RGB
CMYK
RGB Variations
Color information
#C34148 (or 0xC34148) is known color: Brick Red. HEX triplet: C3, 41 and 48. RGB value is (195,65,72). Sum of RGB (Red+Green+Blue) = 195+65+72=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34148 is #3CBEB7. Grayscale: #686868. Windows color (decimal): -3980984 or 4735427. OLE color: 4735427.
HSL color Cylindrical-coordinate representation of color #C34148: hue angle of 356.77º 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 #C34148 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 72 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.24 |
| HSL | 356.77º | 0.52% | 0.51% | - |
| HSV(B) | 356.77º | 0.67% | 0.76% | - |
| XYZ | 25.57 | 15.85 | 7.84 | - |
| YUV | 104.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 72 | 0 | 0.67 | 0.63 | 0.24 | 356.77 | 0.52 | 0.51 |
| Hex | C3 | 41 | 48 | 0 | 43 | 3F | 18 | 165 | 34 | 33 |
| Octal | 303 | 101 | 110 | 0 | 103 | 77 | 30 | 545 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1001000 | 0 | 1000011 | 111111 | 11000 | 101100101 | 110100 | 110011 |
Color Harmonies of #C34148
Complementary color
Monochromatic Colors of #C34148
Black with #C34148
Text Example
Text Example
White with #C34148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34148; }
p { color: rgb(195,65,72); }
H1.HeaderClassName
{
color: #C34148;
}
.AnyTagClassName
{
color: #C34148;
}
</style>
background-color css
<style>
a { background-color: #C34148; }
a { background-color: rgb(195,65,72); }
div.DivClassName
{
background-color: #C34148;
}
.BgClassName
{
background-color: #C34148;
}
</style>
border-color css
<style>
span { border-color: #C34148; }
span { border-color: rgb(195,65,72); }
td.TdClassName
{
border-color: #C34148;
}
.TagClassName
{
border-color: #C34148;
}
</style>