Shades of Brick Red #C33845
Tints of Brick Red #C33845
RGB
CMYK
RGB Variations
Color information
#C33845 (or 0xC33845) is known color: Brick Red. HEX triplet: C3, 38 and 45. RGB value is (195,56,69). Sum of RGB (Red+Green+Blue) = 195+56+69=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33845 is #3CC7BA. Grayscale: #636363. Windows color (decimal): -3983291 or 4536515. OLE color: 4536515.
HSL color Cylindrical-coordinate representation of color #C33845: hue angle of 354.39º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33845 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 69 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.24 |
| HSL | 354.39º | 0.55% | 0.49% | - |
| HSV(B) | 354.39º | 0.71% | 0.76% | - |
| XYZ | 24.99 | 14.86 | 7.18 | - |
| YUV | 99.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 69 | 0 | 0.71 | 0.65 | 0.24 | 354.39 | 0.55 | 0.49 |
| Hex | C3 | 38 | 45 | 0 | 47 | 41 | 18 | 162 | 37 | 31 |
| Octal | 303 | 70 | 105 | 0 | 107 | 101 | 30 | 542 | 67 | 61 |
| Binary | 11000011 | 111000 | 1000101 | 0 | 1000111 | 1000001 | 11000 | 101100010 | 110111 | 110001 |
Color Harmonies of #C33845
Complementary color
Monochromatic Colors of #C33845
Black with #C33845
Text Example
Text Example
White with #C33845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33845; }
p { color: rgb(195,56,69); }
H1.HeaderClassName
{
color: #C33845;
}
.AnyTagClassName
{
color: #C33845;
}
</style>
background-color css
<style>
a { background-color: #C33845; }
a { background-color: rgb(195,56,69); }
div.DivClassName
{
background-color: #C33845;
}
.BgClassName
{
background-color: #C33845;
}
</style>
border-color css
<style>
span { border-color: #C33845; }
span { border-color: rgb(195,56,69); }
td.TdClassName
{
border-color: #C33845;
}
.TagClassName
{
border-color: #C33845;
}
</style>