Shades of Brick Red #C33345
Tints of Brick Red #C33345
RGB
CMYK
RGB Variations
Color information
#C33345 (or 0xC33345) is known color: Brick Red. HEX triplet: C3, 33 and 45. RGB value is (195,51,69). Sum of RGB (Red+Green+Blue) = 195+51+69=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33345 is #3CCCBA. Grayscale: #606060. Windows color (decimal): -3984571 or 4535235. OLE color: 4535235.
HSL color Cylindrical-coordinate representation of color #C33345: hue angle of 352.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33345 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 69 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.24 |
| HSL | 352.5º | 0.59% | 0.48% | - |
| HSV(B) | 352.5º | 0.74% | 0.76% | - |
| XYZ | 24.76 | 14.4 | 7.1 | - |
| YUV | 96.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 69 | 0 | 0.74 | 0.65 | 0.24 | 352.5 | 0.59 | 0.48 |
| Hex | C3 | 33 | 45 | 0 | 4A | 41 | 18 | 160 | 3B | 30 |
| Octal | 303 | 63 | 105 | 0 | 112 | 101 | 30 | 540 | 73 | 60 |
| Binary | 11000011 | 110011 | 1000101 | 0 | 1001010 | 1000001 | 11000 | 101100000 | 111011 | 110000 |
Color Harmonies of #C33345
Complementary color
Monochromatic Colors of #C33345
Black with #C33345
Text Example
Text Example
White with #C33345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33345; }
p { color: rgb(195,51,69); }
H1.HeaderClassName
{
color: #C33345;
}
.AnyTagClassName
{
color: #C33345;
}
</style>
background-color css
<style>
a { background-color: #C33345; }
a { background-color: rgb(195,51,69); }
div.DivClassName
{
background-color: #C33345;
}
.BgClassName
{
background-color: #C33345;
}
</style>
border-color css
<style>
span { border-color: #C33345; }
span { border-color: rgb(195,51,69); }
td.TdClassName
{
border-color: #C33345;
}
.TagClassName
{
border-color: #C33345;
}
</style>