Shades of Brick Red #C83346
Tints of Brick Red #C83346
RGB
CMYK
RGB Variations
Color information
#C83346 (or 0xC83346) is known color: Brick Red. HEX triplet: C8, 33 and 46. RGB value is (200,51,70). Sum of RGB (Red+Green+Blue) = 200+51+70=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83346 is #37CCB9. Grayscale: #616161. Windows color (decimal): -3656890 or 4600776. OLE color: 4600776.
HSL color Cylindrical-coordinate representation of color #C83346: hue angle of 352.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83346 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 70 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.22 |
| HSL | 352.35º | 0.59% | 0.49% | - |
| HSV(B) | 352.35º | 0.75% | 0.78% | - |
| XYZ | 26.11 | 15.09 | 7.33 | - |
| YUV | 97.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 70 | 0 | 0.74 | 0.65 | 0.22 | 352.35 | 0.59 | 0.49 |
| Hex | C8 | 33 | 46 | 0 | 4A | 41 | 16 | 160 | 3B | 31 |
| Octal | 310 | 63 | 106 | 0 | 112 | 101 | 26 | 540 | 73 | 61 |
| Binary | 11001000 | 110011 | 1000110 | 0 | 1001010 | 1000001 | 10110 | 101100000 | 111011 | 110001 |
Color Harmonies of #C83346
Complementary color
Monochromatic Colors of #C83346
Black with #C83346
Text Example
Text Example
White with #C83346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83346; }
p { color: rgb(200,51,70); }
H1.HeaderClassName
{
color: #C83346;
}
.AnyTagClassName
{
color: #C83346;
}
</style>
background-color css
<style>
a { background-color: #C83346; }
a { background-color: rgb(200,51,70); }
div.DivClassName
{
background-color: #C83346;
}
.BgClassName
{
background-color: #C83346;
}
</style>
border-color css
<style>
span { border-color: #C83346; }
span { border-color: rgb(200,51,70); }
td.TdClassName
{
border-color: #C83346;
}
.TagClassName
{
border-color: #C83346;
}
</style>