Shades of Brick Red #C33745
Tints of Brick Red #C33745
RGB
CMYK
RGB Variations
Color information
#C33745 (or 0xC33745) is known color: Brick Red. HEX triplet: C3, 37 and 45. RGB value is (195,55,69). Sum of RGB (Red+Green+Blue) = 195+55+69=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C33745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33745 is #3CC8BA. Grayscale: #626262. Windows color (decimal): -3983547 or 4536259. OLE color: 4536259.
HSL color Cylindrical-coordinate representation of color #C33745: hue angle of 354º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33745 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 69 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.24 |
| HSL | 354º | 0.56% | 0.49% | - |
| HSV(B) | 354º | 0.72% | 0.76% | - |
| XYZ | 24.95 | 14.76 | 7.17 | - |
| YUV | 98.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 69 | 0 | 0.72 | 0.65 | 0.24 | 354 | 0.56 | 0.49 |
| Hex | C3 | 37 | 45 | 0 | 48 | 41 | 18 | 162 | 38 | 31 |
| Octal | 303 | 67 | 105 | 0 | 110 | 101 | 30 | 542 | 70 | 61 |
| Binary | 11000011 | 110111 | 1000101 | 0 | 1001000 | 1000001 | 11000 | 101100010 | 111000 | 110001 |
Color Harmonies of #C33745
Complementary color
Monochromatic Colors of #C33745
Black with #C33745
Text Example
Text Example
White with #C33745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33745; }
p { color: rgb(195,55,69); }
H1.HeaderClassName
{
color: #C33745;
}
.AnyTagClassName
{
color: #C33745;
}
</style>
background-color css
<style>
a { background-color: #C33745; }
a { background-color: rgb(195,55,69); }
div.DivClassName
{
background-color: #C33745;
}
.BgClassName
{
background-color: #C33745;
}
</style>
border-color css
<style>
span { border-color: #C33745; }
span { border-color: rgb(195,55,69); }
td.TdClassName
{
border-color: #C33745;
}
.TagClassName
{
border-color: #C33745;
}
</style>