Shades of Brick Red #C03643
Tints of Brick Red #C03643
RGB
CMYK
RGB Variations
Color information
#C03643 (or 0xC03643) is known color: Brick Red. HEX triplet: C0, 36 and 43. RGB value is (192,54,67). Sum of RGB (Red+Green+Blue) = 192+54+67=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03643 is #3FC9BC. Grayscale: #606060. Windows color (decimal): -4180413 or 4404928. OLE color: 4404928.
HSL color Cylindrical-coordinate representation of color #C03643: hue angle of 354.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03643 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 67 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.25 |
| HSL | 354.35º | 0.56% | 0.48% | - |
| HSV(B) | 354.35º | 0.72% | 0.75% | - |
| XYZ | 24.07 | 14.25 | 6.79 | - |
| YUV | 96.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 67 | 0 | 0.72 | 0.65 | 0.25 | 354.35 | 0.56 | 0.48 |
| Hex | C0 | 36 | 43 | 0 | 48 | 41 | 19 | 162 | 38 | 30 |
| Octal | 300 | 66 | 103 | 0 | 110 | 101 | 31 | 542 | 70 | 60 |
| Binary | 11000000 | 110110 | 1000011 | 0 | 1001000 | 1000001 | 11001 | 101100010 | 111000 | 110000 |
Color Harmonies of #C03643
Complementary color
Monochromatic Colors of #C03643
Black with #C03643
Text Example
Text Example
White with #C03643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03643; }
p { color: rgb(192,54,67); }
H1.HeaderClassName
{
color: #C03643;
}
.AnyTagClassName
{
color: #C03643;
}
</style>
background-color css
<style>
a { background-color: #C03643; }
a { background-color: rgb(192,54,67); }
div.DivClassName
{
background-color: #C03643;
}
.BgClassName
{
background-color: #C03643;
}
</style>
border-color css
<style>
span { border-color: #C03643; }
span { border-color: rgb(192,54,67); }
td.TdClassName
{
border-color: #C03643;
}
.TagClassName
{
border-color: #C03643;
}
</style>