Shades of Brick Red #C33346
Tints of Brick Red #C33346
RGB
CMYK
RGB Variations
Color information
#C33346 (or 0xC33346) is known color: Brick Red. HEX triplet: C3, 33 and 46. RGB value is (195,51,70). Sum of RGB (Red+Green+Blue) = 195+51+70=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33346 is #3CCCB9. Grayscale: #606060. Windows color (decimal): -3984570 or 4600771. OLE color: 4600771.
HSL color Cylindrical-coordinate representation of color #C33346: hue angle of 352.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33346 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 70 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.24 |
| HSL | 352.08º | 0.59% | 0.48% | - |
| HSV(B) | 352.08º | 0.74% | 0.76% | - |
| XYZ | 24.8 | 14.41 | 7.27 | - |
| YUV | 96.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 70 | 0 | 0.74 | 0.64 | 0.24 | 352.08 | 0.59 | 0.48 |
| Hex | C3 | 33 | 46 | 0 | 4A | 40 | 18 | 160 | 3B | 30 |
| Octal | 303 | 63 | 106 | 0 | 112 | 100 | 30 | 540 | 73 | 60 |
| Binary | 11000011 | 110011 | 1000110 | 0 | 1001010 | 1000000 | 11000 | 101100000 | 111011 | 110000 |
Color Harmonies of #C33346
Complementary color
Monochromatic Colors of #C33346
Black with #C33346
Text Example
Text Example
White with #C33346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33346; }
p { color: rgb(195,51,70); }
H1.HeaderClassName
{
color: #C33346;
}
.AnyTagClassName
{
color: #C33346;
}
</style>
background-color css
<style>
a { background-color: #C33346; }
a { background-color: rgb(195,51,70); }
div.DivClassName
{
background-color: #C33346;
}
.BgClassName
{
background-color: #C33346;
}
</style>
border-color css
<style>
span { border-color: #C33346; }
span { border-color: rgb(195,51,70); }
td.TdClassName
{
border-color: #C33346;
}
.TagClassName
{
border-color: #C33346;
}
</style>