Shades of Brick Red #C8323D
Tints of Brick Red #C8323D
RGB
CMYK
RGB Variations
Color information
#C8323D (or 0xC8323D) is known color: Brick Red. HEX triplet: C8, 32 and 3D. RGB value is (200,50,61). Sum of RGB (Red+Green+Blue) = 200+50+61=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8323D is #37CDC2. Grayscale: #606060. Windows color (decimal): -3657155 or 4010696. OLE color: 4010696.
HSL color Cylindrical-coordinate representation of color #C8323D: hue angle of 355.6º degrees, saturation: 0.6, 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 #C8323D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.22 |
| HSL | 355.6º | 0.6% | 0.49% | - |
| HSV(B) | 355.6º | 0.75% | 0.78% | - |
| XYZ | 25.8 | 14.9 | 5.93 | - |
| YUV | 96.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 61 | 0 | 0.75 | 0.69 | 0.22 | 355.6 | 0.6 | 0.49 |
| Hex | C8 | 32 | 3D | 0 | 4B | 45 | 16 | 164 | 3C | 31 |
| Octal | 310 | 62 | 75 | 0 | 113 | 105 | 26 | 544 | 74 | 61 |
| Binary | 11001000 | 110010 | 111101 | 0 | 1001011 | 1000101 | 10110 | 101100100 | 111100 | 110001 |
Color Harmonies of #C8323D
Complementary color
Monochromatic Colors of #C8323D
Black with #C8323D
Text Example
Text Example
White with #C8323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8323D; }
p { color: rgb(200,50,61); }
H1.HeaderClassName
{
color: #C8323D;
}
.AnyTagClassName
{
color: #C8323D;
}
</style>
background-color css
<style>
a { background-color: #C8323D; }
a { background-color: rgb(200,50,61); }
div.DivClassName
{
background-color: #C8323D;
}
.BgClassName
{
background-color: #C8323D;
}
</style>
border-color css
<style>
span { border-color: #C8323D; }
span { border-color: rgb(200,50,61); }
td.TdClassName
{
border-color: #C8323D;
}
.TagClassName
{
border-color: #C8323D;
}
</style>