Shades of Brick Red #C33444
Tints of Brick Red #C33444
RGB
CMYK
RGB Variations
Color information
#C33444 (or 0xC33444) is known color: Brick Red. HEX triplet: C3, 34 and 44. RGB value is (195,52,68). Sum of RGB (Red+Green+Blue) = 195+52+68=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33444 is #3CCBBB. Grayscale: #606060. Windows color (decimal): -3984316 or 4469955. OLE color: 4469955.
HSL color Cylindrical-coordinate representation of color #C33444: hue angle of 353.29º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33444 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 68 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.24 |
| HSL | 353.29º | 0.58% | 0.48% | - |
| HSV(B) | 353.29º | 0.73% | 0.76% | - |
| XYZ | 24.78 | 14.48 | 6.96 | - |
| YUV | 96.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 68 | 0 | 0.73 | 0.65 | 0.24 | 353.29 | 0.58 | 0.48 |
| Hex | C3 | 34 | 44 | 0 | 49 | 41 | 18 | 161 | 3A | 30 |
| Octal | 303 | 64 | 104 | 0 | 111 | 101 | 30 | 541 | 72 | 60 |
| Binary | 11000011 | 110100 | 1000100 | 0 | 1001001 | 1000001 | 11000 | 101100001 | 111010 | 110000 |
Color Harmonies of #C33444
Complementary color
Monochromatic Colors of #C33444
Black with #C33444
Text Example
Text Example
White with #C33444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33444; }
p { color: rgb(195,52,68); }
H1.HeaderClassName
{
color: #C33444;
}
.AnyTagClassName
{
color: #C33444;
}
</style>
background-color css
<style>
a { background-color: #C33444; }
a { background-color: rgb(195,52,68); }
div.DivClassName
{
background-color: #C33444;
}
.BgClassName
{
background-color: #C33444;
}
</style>
border-color css
<style>
span { border-color: #C33444; }
span { border-color: rgb(195,52,68); }
td.TdClassName
{
border-color: #C33444;
}
.TagClassName
{
border-color: #C33444;
}
</style>