Shades of Brick Red #C62D43
Tints of Brick Red #C62D43
RGB
CMYK
RGB Variations
Color information
#C62D43 (or 0xC62D43) is known color: Brick Red. HEX triplet: C6, 2D and 43. RGB value is (198,45,67). Sum of RGB (Red+Green+Blue) = 198+45+67=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D43 is #39D2BC. Grayscale: #5D5D5D. Windows color (decimal): -3789501 or 4402630. OLE color: 4402630.
HSL color Cylindrical-coordinate representation of color #C62D43: hue angle of 351.37º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62D43 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 67 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.22 |
| HSL | 351.37º | 0.63% | 0.48% | - |
| HSV(B) | 351.37º | 0.77% | 0.78% | - |
| XYZ | 25.24 | 14.29 | 6.74 | - |
| YUV | 93.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 67 | 0 | 0.77 | 0.66 | 0.22 | 351.37 | 0.63 | 0.48 |
| Hex | C6 | 2D | 43 | 0 | 4D | 42 | 16 | 15F | 3F | 30 |
| Octal | 306 | 55 | 103 | 0 | 115 | 102 | 26 | 537 | 77 | 60 |
| Binary | 11000110 | 101101 | 1000011 | 0 | 1001101 | 1000010 | 10110 | 101011111 | 111111 | 110000 |
Color Harmonies of #C62D43
Complementary color
Monochromatic Colors of #C62D43
Black with #C62D43
Text Example
Text Example
White with #C62D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D43; }
p { color: rgb(198,45,67); }
H1.HeaderClassName
{
color: #C62D43;
}
.AnyTagClassName
{
color: #C62D43;
}
</style>
background-color css
<style>
a { background-color: #C62D43; }
a { background-color: rgb(198,45,67); }
div.DivClassName
{
background-color: #C62D43;
}
.BgClassName
{
background-color: #C62D43;
}
</style>
border-color css
<style>
span { border-color: #C62D43; }
span { border-color: rgb(198,45,67); }
td.TdClassName
{
border-color: #C62D43;
}
.TagClassName
{
border-color: #C62D43;
}
</style>