Shades of Brick Red #C33B47
Tints of Brick Red #C33B47
RGB
CMYK
RGB Variations
Color information
#C33B47 (or 0xC33B47) is known color: Brick Red. HEX triplet: C3, 3B and 47. RGB value is (195,59,71). Sum of RGB (Red+Green+Blue) = 195+59+71=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B47 is #3CC4B8. Grayscale: #656565. Windows color (decimal): -3982521 or 4668355. OLE color: 4668355.
HSL color Cylindrical-coordinate representation of color #C33B47: hue angle of 354.71º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B47 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 71 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.24 |
| HSL | 354.71º | 0.54% | 0.5% | - |
| HSV(B) | 354.71º | 0.7% | 0.76% | - |
| XYZ | 25.21 | 15.18 | 7.56 | - |
| YUV | 101.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 71 | 0 | 0.70 | 0.64 | 0.24 | 354.71 | 0.54 | 0.5 |
| Hex | C3 | 3B | 47 | 0 | 46 | 40 | 18 | 163 | 36 | 32 |
| Octal | 303 | 73 | 107 | 0 | 106 | 100 | 30 | 543 | 66 | 62 |
| Binary | 11000011 | 111011 | 1000111 | 0 | 1000110 | 1000000 | 11000 | 101100011 | 110110 | 110010 |
Color Harmonies of #C33B47
Complementary color
Monochromatic Colors of #C33B47
Black with #C33B47
Text Example
Text Example
White with #C33B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B47; }
p { color: rgb(195,59,71); }
H1.HeaderClassName
{
color: #C33B47;
}
.AnyTagClassName
{
color: #C33B47;
}
</style>
background-color css
<style>
a { background-color: #C33B47; }
a { background-color: rgb(195,59,71); }
div.DivClassName
{
background-color: #C33B47;
}
.BgClassName
{
background-color: #C33B47;
}
</style>
border-color css
<style>
span { border-color: #C33B47; }
span { border-color: rgb(195,59,71); }
td.TdClassName
{
border-color: #C33B47;
}
.TagClassName
{
border-color: #C33B47;
}
</style>