Shades of Brick Red #C33543
Tints of Brick Red #C33543
RGB
CMYK
RGB Variations
Color information
#C33543 (or 0xC33543) is known color: Brick Red. HEX triplet: C3, 35 and 43. RGB value is (195,53,67). Sum of RGB (Red+Green+Blue) = 195+53+67=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33543 is #3CCABC. Grayscale: #616161. Windows color (decimal): -3984061 or 4404675. OLE color: 4404675.
HSL color Cylindrical-coordinate representation of color #C33543: hue angle of 354.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33543 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 67 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.24 |
| HSL | 354.08º | 0.57% | 0.49% | - |
| HSV(B) | 354.08º | 0.73% | 0.76% | - |
| XYZ | 24.79 | 14.55 | 6.81 | - |
| YUV | 97.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 67 | 0 | 0.73 | 0.66 | 0.24 | 354.08 | 0.57 | 0.49 |
| Hex | C3 | 35 | 43 | 0 | 49 | 42 | 18 | 162 | 39 | 31 |
| Octal | 303 | 65 | 103 | 0 | 111 | 102 | 30 | 542 | 71 | 61 |
| Binary | 11000011 | 110101 | 1000011 | 0 | 1001001 | 1000010 | 11000 | 101100010 | 111001 | 110001 |
Color Harmonies of #C33543
Complementary color
Monochromatic Colors of #C33543
Black with #C33543
Text Example
Text Example
White with #C33543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33543; }
p { color: rgb(195,53,67); }
H1.HeaderClassName
{
color: #C33543;
}
.AnyTagClassName
{
color: #C33543;
}
</style>
background-color css
<style>
a { background-color: #C33543; }
a { background-color: rgb(195,53,67); }
div.DivClassName
{
background-color: #C33543;
}
.BgClassName
{
background-color: #C33543;
}
</style>
border-color css
<style>
span { border-color: #C33543; }
span { border-color: rgb(195,53,67); }
td.TdClassName
{
border-color: #C33543;
}
.TagClassName
{
border-color: #C33543;
}
</style>