Shades of Brick Red #C3323D
Tints of Brick Red #C3323D
RGB
CMYK
RGB Variations
Color information
#C3323D (or 0xC3323D) is known color: Brick Red. HEX triplet: C3, 32 and 3D. RGB value is (195,50,61). Sum of RGB (Red+Green+Blue) = 195+50+61=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3323D is #3CCDC2. Grayscale: #5E5E5E. Windows color (decimal): -3984835 or 4010691. OLE color: 4010691.
HSL color Cylindrical-coordinate representation of color #C3323D: hue angle of 355.45º 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 #C3323D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 61 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.24 |
| HSL | 355.45º | 0.59% | 0.48% | - |
| HSV(B) | 355.45º | 0.74% | 0.76% | - |
| XYZ | 24.49 | 14.22 | 5.87 | - |
| YUV | 94.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 61 | 0 | 0.74 | 0.69 | 0.24 | 355.45 | 0.59 | 0.48 |
| Hex | C3 | 32 | 3D | 0 | 4A | 45 | 18 | 163 | 3B | 30 |
| Octal | 303 | 62 | 75 | 0 | 112 | 105 | 30 | 543 | 73 | 60 |
| Binary | 11000011 | 110010 | 111101 | 0 | 1001010 | 1000101 | 11000 | 101100011 | 111011 | 110000 |
Color Harmonies of #C3323D
Complementary color
Monochromatic Colors of #C3323D
Black with #C3323D
Text Example
Text Example
White with #C3323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3323D; }
p { color: rgb(195,50,61); }
H1.HeaderClassName
{
color: #C3323D;
}
.AnyTagClassName
{
color: #C3323D;
}
</style>
background-color css
<style>
a { background-color: #C3323D; }
a { background-color: rgb(195,50,61); }
div.DivClassName
{
background-color: #C3323D;
}
.BgClassName
{
background-color: #C3323D;
}
</style>
border-color css
<style>
span { border-color: #C3323D; }
span { border-color: rgb(195,50,61); }
td.TdClassName
{
border-color: #C3323D;
}
.TagClassName
{
border-color: #C3323D;
}
</style>