Shades of Brick Red #C32F3E
Tints of Brick Red #C32F3E
RGB
CMYK
RGB Variations
Color information
#C32F3E (or 0xC32F3E) is known color: Brick Red. HEX triplet: C3, 2F and 3E. RGB value is (195,47,62). Sum of RGB (Red+Green+Blue) = 195+47+62=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F3E is #3CD0C1. Grayscale: #5D5D5D. Windows color (decimal): -3985602 or 4075459. OLE color: 4075459.
HSL color Cylindrical-coordinate representation of color #C32F3E: hue angle of 353.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32F3E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 62 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.24 |
| HSL | 353.92º | 0.61% | 0.47% | - |
| HSV(B) | 353.92º | 0.76% | 0.76% | - |
| XYZ | 24.39 | 13.98 | 5.97 | - |
| YUV | 92.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 62 | 0 | 0.76 | 0.68 | 0.24 | 353.92 | 0.61 | 0.47 |
| Hex | C3 | 2F | 3E | 0 | 4C | 44 | 18 | 162 | 3D | 2F |
| Octal | 303 | 57 | 76 | 0 | 114 | 104 | 30 | 542 | 75 | 57 |
| Binary | 11000011 | 101111 | 111110 | 0 | 1001100 | 1000100 | 11000 | 101100010 | 111101 | 101111 |
Color Harmonies of #C32F3E
Complementary color
Monochromatic Colors of #C32F3E
Black with #C32F3E
Text Example
Text Example
White with #C32F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F3E; }
p { color: rgb(195,47,62); }
H1.HeaderClassName
{
color: #C32F3E;
}
.AnyTagClassName
{
color: #C32F3E;
}
</style>
background-color css
<style>
a { background-color: #C32F3E; }
a { background-color: rgb(195,47,62); }
div.DivClassName
{
background-color: #C32F3E;
}
.BgClassName
{
background-color: #C32F3E;
}
</style>
border-color css
<style>
span { border-color: #C32F3E; }
span { border-color: rgb(195,47,62); }
td.TdClassName
{
border-color: #C32F3E;
}
.TagClassName
{
border-color: #C32F3E;
}
</style>