Shades of Brick Red #C03443
Tints of Brick Red #C03443
RGB
CMYK
RGB Variations
Color information
#C03443 (or 0xC03443) is known color: Brick Red. HEX triplet: C0, 34 and 43. RGB value is (192,52,67). Sum of RGB (Red+Green+Blue) = 192+52+67=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03443 is #3FCBBC. Grayscale: #5F5F5F. Windows color (decimal): -4180925 or 4404416. OLE color: 4404416.
HSL color Cylindrical-coordinate representation of color #C03443: hue angle of 353.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03443 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 67 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.25 |
| HSL | 353.57º | 0.57% | 0.48% | - |
| HSV(B) | 353.57º | 0.73% | 0.75% | - |
| XYZ | 23.98 | 14.07 | 6.76 | - |
| YUV | 95.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 67 | 0 | 0.73 | 0.65 | 0.25 | 353.57 | 0.57 | 0.48 |
| Hex | C0 | 34 | 43 | 0 | 49 | 41 | 19 | 162 | 39 | 30 |
| Octal | 300 | 64 | 103 | 0 | 111 | 101 | 31 | 542 | 71 | 60 |
| Binary | 11000000 | 110100 | 1000011 | 0 | 1001001 | 1000001 | 11001 | 101100010 | 111001 | 110000 |
Color Harmonies of #C03443
Complementary color
Monochromatic Colors of #C03443
Black with #C03443
Text Example
Text Example
White with #C03443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03443; }
p { color: rgb(192,52,67); }
H1.HeaderClassName
{
color: #C03443;
}
.AnyTagClassName
{
color: #C03443;
}
</style>
background-color css
<style>
a { background-color: #C03443; }
a { background-color: rgb(192,52,67); }
div.DivClassName
{
background-color: #C03443;
}
.BgClassName
{
background-color: #C03443;
}
</style>
border-color css
<style>
span { border-color: #C03443; }
span { border-color: rgb(192,52,67); }
td.TdClassName
{
border-color: #C03443;
}
.TagClassName
{
border-color: #C03443;
}
</style>