Shades of Brick Red #C3343F
Tints of Brick Red #C3343F
RGB
CMYK
RGB Variations
Color information
#C3343F (or 0xC3343F) is known color: Brick Red. HEX triplet: C3, 34 and 3F. RGB value is (195,52,63). Sum of RGB (Red+Green+Blue) = 195+52+63=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3343F is #3CCBC0. Grayscale: #606060. Windows color (decimal): -3984321 or 4142275. OLE color: 4142275.
HSL color Cylindrical-coordinate representation of color #C3343F: hue angle of 355.38º 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 #C3343F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 63 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.24 |
| HSL | 355.38º | 0.58% | 0.48% | - |
| HSV(B) | 355.38º | 0.73% | 0.76% | - |
| XYZ | 24.63 | 14.42 | 6.19 | - |
| YUV | 96.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 63 | 0 | 0.73 | 0.68 | 0.24 | 355.38 | 0.58 | 0.48 |
| Hex | C3 | 34 | 3F | 0 | 49 | 44 | 18 | 163 | 3A | 30 |
| Octal | 303 | 64 | 77 | 0 | 111 | 104 | 30 | 543 | 72 | 60 |
| Binary | 11000011 | 110100 | 111111 | 0 | 1001001 | 1000100 | 11000 | 101100011 | 111010 | 110000 |
Color Harmonies of #C3343F
Complementary color
Monochromatic Colors of #C3343F
Black with #C3343F
Text Example
Text Example
White with #C3343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3343F; }
p { color: rgb(195,52,63); }
H1.HeaderClassName
{
color: #C3343F;
}
.AnyTagClassName
{
color: #C3343F;
}
</style>
background-color css
<style>
a { background-color: #C3343F; }
a { background-color: rgb(195,52,63); }
div.DivClassName
{
background-color: #C3343F;
}
.BgClassName
{
background-color: #C3343F;
}
</style>
border-color css
<style>
span { border-color: #C3343F; }
span { border-color: rgb(195,52,63); }
td.TdClassName
{
border-color: #C3343F;
}
.TagClassName
{
border-color: #C3343F;
}
</style>