Shades of Brick Red #C33145
Tints of Brick Red #C33145
RGB
CMYK
RGB Variations
Color information
#C33145 (or 0xC33145) is known color: Brick Red. HEX triplet: C3, 31 and 45. RGB value is (195,49,69). Sum of RGB (Red+Green+Blue) = 195+49+69=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C33145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33145 is #3CCEBA. Grayscale: #5F5F5F. Windows color (decimal): -3985083 or 4534723. OLE color: 4534723.
HSL color Cylindrical-coordinate representation of color #C33145: hue angle of 351.78º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33145 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 69 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.24 |
| HSL | 351.78º | 0.6% | 0.48% | - |
| HSV(B) | 351.78º | 0.75% | 0.76% | - |
| XYZ | 24.68 | 14.23 | 7.08 | - |
| YUV | 94.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 69 | 0 | 0.75 | 0.65 | 0.24 | 351.78 | 0.6 | 0.48 |
| Hex | C3 | 31 | 45 | 0 | 4B | 41 | 18 | 160 | 3C | 30 |
| Octal | 303 | 61 | 105 | 0 | 113 | 101 | 30 | 540 | 74 | 60 |
| Binary | 11000011 | 110001 | 1000101 | 0 | 1001011 | 1000001 | 11000 | 101100000 | 111100 | 110000 |
Color Harmonies of #C33145
Complementary color
Monochromatic Colors of #C33145
Black with #C33145
Text Example
Text Example
White with #C33145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33145; }
p { color: rgb(195,49,69); }
H1.HeaderClassName
{
color: #C33145;
}
.AnyTagClassName
{
color: #C33145;
}
</style>
background-color css
<style>
a { background-color: #C33145; }
a { background-color: rgb(195,49,69); }
div.DivClassName
{
background-color: #C33145;
}
.BgClassName
{
background-color: #C33145;
}
</style>
border-color css
<style>
span { border-color: #C33145; }
span { border-color: rgb(195,49,69); }
td.TdClassName
{
border-color: #C33145;
}
.TagClassName
{
border-color: #C33145;
}
</style>