Shades of Brick Red #C33044
Tints of Brick Red #C33044
RGB
CMYK
RGB Variations
Color information
#C33044 (or 0xC33044) is known color: Brick Red. HEX triplet: C3, 30 and 44. RGB value is (195,48,68). Sum of RGB (Red+Green+Blue) = 195+48+68=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C33044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33044 is #3CCFBB. Grayscale: #5E5E5E. Windows color (decimal): -3985340 or 4468931. OLE color: 4468931.
HSL color Cylindrical-coordinate representation of color #C33044: hue angle of 351.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33044 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 68 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.24 |
| HSL | 351.84º | 0.6% | 0.48% | - |
| HSV(B) | 351.84º | 0.75% | 0.76% | - |
| XYZ | 24.61 | 14.13 | 6.9 | - |
| YUV | 94.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 68 | 0 | 0.75 | 0.65 | 0.24 | 351.84 | 0.6 | 0.48 |
| Hex | C3 | 30 | 44 | 0 | 4B | 41 | 18 | 160 | 3C | 30 |
| Octal | 303 | 60 | 104 | 0 | 113 | 101 | 30 | 540 | 74 | 60 |
| Binary | 11000011 | 110000 | 1000100 | 0 | 1001011 | 1000001 | 11000 | 101100000 | 111100 | 110000 |
Color Harmonies of #C33044
Complementary color
Monochromatic Colors of #C33044
Black with #C33044
Text Example
Text Example
White with #C33044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33044; }
p { color: rgb(195,48,68); }
H1.HeaderClassName
{
color: #C33044;
}
.AnyTagClassName
{
color: #C33044;
}
</style>
background-color css
<style>
a { background-color: #C33044; }
a { background-color: rgb(195,48,68); }
div.DivClassName
{
background-color: #C33044;
}
.BgClassName
{
background-color: #C33044;
}
</style>
border-color css
<style>
span { border-color: #C33044; }
span { border-color: rgb(195,48,68); }
td.TdClassName
{
border-color: #C33044;
}
.TagClassName
{
border-color: #C33044;
}
</style>