Shades of Brick Red #C83946
Tints of Brick Red #C83946
RGB
CMYK
RGB Variations
Color information
#C83946 (or 0xC83946) is known color: Brick Red. HEX triplet: C8, 39 and 46. RGB value is (200,57,70). Sum of RGB (Red+Green+Blue) = 200+57+70=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C83946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83946 is #37C6B9. Grayscale: #656565. Windows color (decimal): -3655354 or 4602312. OLE color: 4602312.
HSL color Cylindrical-coordinate representation of color #C83946: hue angle of 354.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83946 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 70 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.22 |
| HSL | 354.55º | 0.57% | 0.5% | - |
| HSV(B) | 354.55º | 0.72% | 0.78% | - |
| XYZ | 26.39 | 15.65 | 7.42 | - |
| YUV | 101.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 70 | 0 | 0.72 | 0.65 | 0.22 | 354.55 | 0.57 | 0.5 |
| Hex | C8 | 39 | 46 | 0 | 48 | 41 | 16 | 163 | 39 | 32 |
| Octal | 310 | 71 | 106 | 0 | 110 | 101 | 26 | 543 | 71 | 62 |
| Binary | 11001000 | 111001 | 1000110 | 0 | 1001000 | 1000001 | 10110 | 101100011 | 111001 | 110010 |
Color Harmonies of #C83946
Complementary color
Monochromatic Colors of #C83946
Black with #C83946
Text Example
Text Example
White with #C83946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83946; }
p { color: rgb(200,57,70); }
H1.HeaderClassName
{
color: #C83946;
}
.AnyTagClassName
{
color: #C83946;
}
</style>
background-color css
<style>
a { background-color: #C83946; }
a { background-color: rgb(200,57,70); }
div.DivClassName
{
background-color: #C83946;
}
.BgClassName
{
background-color: #C83946;
}
</style>
border-color css
<style>
span { border-color: #C83946; }
span { border-color: rgb(200,57,70); }
td.TdClassName
{
border-color: #C83946;
}
.TagClassName
{
border-color: #C83946;
}
</style>