Shades of Brick Red #C33A47
Tints of Brick Red #C33A47
RGB
CMYK
RGB Variations
Color information
#C33A47 (or 0xC33A47) is known color: Brick Red. HEX triplet: C3, 3A and 47. RGB value is (195,58,71). Sum of RGB (Red+Green+Blue) = 195+58+71=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A47 is #3CC5B8. Grayscale: #646464. Windows color (decimal): -3982777 or 4668099. OLE color: 4668099.
HSL color Cylindrical-coordinate representation of color #C33A47: hue angle of 354.31º 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 #C33A47 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 71 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.24 |
| HSL | 354.31º | 0.54% | 0.5% | - |
| HSV(B) | 354.31º | 0.7% | 0.76% | - |
| XYZ | 25.16 | 15.08 | 7.55 | - |
| YUV | 100.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 71 | 0 | 0.70 | 0.64 | 0.24 | 354.31 | 0.54 | 0.5 |
| Hex | C3 | 3A | 47 | 0 | 46 | 40 | 18 | 162 | 36 | 32 |
| Octal | 303 | 72 | 107 | 0 | 106 | 100 | 30 | 542 | 66 | 62 |
| Binary | 11000011 | 111010 | 1000111 | 0 | 1000110 | 1000000 | 11000 | 101100010 | 110110 | 110010 |
Color Harmonies of #C33A47
Complementary color
Monochromatic Colors of #C33A47
Black with #C33A47
Text Example
Text Example
White with #C33A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A47; }
p { color: rgb(195,58,71); }
H1.HeaderClassName
{
color: #C33A47;
}
.AnyTagClassName
{
color: #C33A47;
}
</style>
background-color css
<style>
a { background-color: #C33A47; }
a { background-color: rgb(195,58,71); }
div.DivClassName
{
background-color: #C33A47;
}
.BgClassName
{
background-color: #C33A47;
}
</style>
border-color css
<style>
span { border-color: #C33A47; }
span { border-color: rgb(195,58,71); }
td.TdClassName
{
border-color: #C33A47;
}
.TagClassName
{
border-color: #C33A47;
}
</style>