Shades of Brick Red #C63A43
Tints of Brick Red #C63A43
RGB
CMYK
RGB Variations
Color information
#C63A43 (or 0xC63A43) is known color: Brick Red. HEX triplet: C6, 3A and 43. RGB value is (198,58,67). Sum of RGB (Red+Green+Blue) = 198+58+67=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A43 is #39C5BC. Grayscale: #646464. Windows color (decimal): -3786173 or 4405958. OLE color: 4405958.
HSL color Cylindrical-coordinate representation of color #C63A43: hue angle of 356.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A43 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 67 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.22 |
| HSL | 356.14º | 0.55% | 0.5% | - |
| HSV(B) | 356.14º | 0.71% | 0.78% | - |
| XYZ | 25.81 | 15.44 | 6.93 | - |
| YUV | 100.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 67 | 0 | 0.71 | 0.66 | 0.22 | 356.14 | 0.55 | 0.5 |
| Hex | C6 | 3A | 43 | 0 | 47 | 42 | 16 | 164 | 37 | 32 |
| Octal | 306 | 72 | 103 | 0 | 107 | 102 | 26 | 544 | 67 | 62 |
| Binary | 11000110 | 111010 | 1000011 | 0 | 1000111 | 1000010 | 10110 | 101100100 | 110111 | 110010 |
Color Harmonies of #C63A43
Complementary color
Monochromatic Colors of #C63A43
Black with #C63A43
Text Example
Text Example
White with #C63A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A43; }
p { color: rgb(198,58,67); }
H1.HeaderClassName
{
color: #C63A43;
}
.AnyTagClassName
{
color: #C63A43;
}
</style>
background-color css
<style>
a { background-color: #C63A43; }
a { background-color: rgb(198,58,67); }
div.DivClassName
{
background-color: #C63A43;
}
.BgClassName
{
background-color: #C63A43;
}
</style>
border-color css
<style>
span { border-color: #C63A43; }
span { border-color: rgb(198,58,67); }
td.TdClassName
{
border-color: #C63A43;
}
.TagClassName
{
border-color: #C63A43;
}
</style>