Shades of Brick Red #C62C3C
Tints of Brick Red #C62C3C
RGB
CMYK
RGB Variations
Color information
#C62C3C (or 0xC62C3C) is known color: Brick Red. HEX triplet: C6, 2C and 3C. RGB value is (198,44,60). Sum of RGB (Red+Green+Blue) = 198+44+60=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C3C is #39D3C3. Grayscale: #5B5B5B. Windows color (decimal): -3789764 or 3943622. OLE color: 3943622.
HSL color Cylindrical-coordinate representation of color #C62C3C: hue angle of 353.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C3C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 60 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.22 |
| HSL | 353.77º | 0.64% | 0.47% | - |
| HSV(B) | 353.77º | 0.78% | 0.78% | - |
| XYZ | 25.01 | 14.13 | 5.69 | - |
| YUV | 91.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 60 | 0 | 0.78 | 0.70 | 0.22 | 353.77 | 0.64 | 0.47 |
| Hex | C6 | 2C | 3C | 0 | 4E | 46 | 16 | 162 | 40 | 2F |
| Octal | 306 | 54 | 74 | 0 | 116 | 106 | 26 | 542 | 100 | 57 |
| Binary | 11000110 | 101100 | 111100 | 0 | 1001110 | 1000110 | 10110 | 101100010 | 1000000 | 101111 |
Color Harmonies of #C62C3C
Complementary color
Monochromatic Colors of #C62C3C
Black with #C62C3C
Text Example
Text Example
White with #C62C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C3C; }
p { color: rgb(198,44,60); }
H1.HeaderClassName
{
color: #C62C3C;
}
.AnyTagClassName
{
color: #C62C3C;
}
</style>
background-color css
<style>
a { background-color: #C62C3C; }
a { background-color: rgb(198,44,60); }
div.DivClassName
{
background-color: #C62C3C;
}
.BgClassName
{
background-color: #C62C3C;
}
</style>
border-color css
<style>
span { border-color: #C62C3C; }
span { border-color: rgb(198,44,60); }
td.TdClassName
{
border-color: #C62C3C;
}
.TagClassName
{
border-color: #C62C3C;
}
</style>