Shades of Brick Red #C33043
Tints of Brick Red #C33043
RGB
CMYK
RGB Variations
Color information
#C33043 (or 0xC33043) is known color: Brick Red. HEX triplet: C3, 30 and 43. RGB value is (195,48,67). Sum of RGB (Red+Green+Blue) = 195+48+67=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33043 is #3CCFBC. Grayscale: #5E5E5E. Windows color (decimal): -3985341 or 4403395. OLE color: 4403395.
HSL color Cylindrical-coordinate representation of color #C33043: hue angle of 352.24º 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 #C33043 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 67 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.24 |
| HSL | 352.24º | 0.6% | 0.48% | - |
| HSV(B) | 352.24º | 0.75% | 0.76% | - |
| XYZ | 24.58 | 14.12 | 6.74 | - |
| YUV | 94.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 67 | 0 | 0.75 | 0.66 | 0.24 | 352.24 | 0.6 | 0.48 |
| Hex | C3 | 30 | 43 | 0 | 4B | 42 | 18 | 160 | 3C | 30 |
| Octal | 303 | 60 | 103 | 0 | 113 | 102 | 30 | 540 | 74 | 60 |
| Binary | 11000011 | 110000 | 1000011 | 0 | 1001011 | 1000010 | 11000 | 101100000 | 111100 | 110000 |
Color Harmonies of #C33043
Complementary color
Monochromatic Colors of #C33043
Black with #C33043
Text Example
Text Example
White with #C33043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33043; }
p { color: rgb(195,48,67); }
H1.HeaderClassName
{
color: #C33043;
}
.AnyTagClassName
{
color: #C33043;
}
</style>
background-color css
<style>
a { background-color: #C33043; }
a { background-color: rgb(195,48,67); }
div.DivClassName
{
background-color: #C33043;
}
.BgClassName
{
background-color: #C33043;
}
</style>
border-color css
<style>
span { border-color: #C33043; }
span { border-color: rgb(195,48,67); }
td.TdClassName
{
border-color: #C33043;
}
.TagClassName
{
border-color: #C33043;
}
</style>