Shades of Brick Red #C8334A
Tints of Brick Red #C8334A
RGB
CMYK
RGB Variations
Color information
#C8334A (or 0xC8334A) is known color: Brick Red. HEX triplet: C8, 33 and 4A. RGB value is (200,51,74). Sum of RGB (Red+Green+Blue) = 200+51+74=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8334A is #37CCB5. Grayscale: #626262. Windows color (decimal): -3656886 or 4862920. OLE color: 4862920.
HSL color Cylindrical-coordinate representation of color #C8334A: hue angle of 350.74º 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 #C8334A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 74 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.22 |
| HSL | 350.74º | 0.59% | 0.49% | - |
| HSV(B) | 350.74º | 0.75% | 0.78% | - |
| XYZ | 26.24 | 15.14 | 8.02 | - |
| YUV | 98.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 74 | 0 | 0.74 | 0.63 | 0.22 | 350.74 | 0.59 | 0.49 |
| Hex | C8 | 33 | 4A | 0 | 4A | 3F | 16 | 15F | 3B | 31 |
| Octal | 310 | 63 | 112 | 0 | 112 | 77 | 26 | 537 | 73 | 61 |
| Binary | 11001000 | 110011 | 1001010 | 0 | 1001010 | 111111 | 10110 | 101011111 | 111011 | 110001 |
Color Harmonies of #C8334A
Complementary color
Monochromatic Colors of #C8334A
Black with #C8334A
Text Example
Text Example
White with #C8334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8334A; }
p { color: rgb(200,51,74); }
H1.HeaderClassName
{
color: #C8334A;
}
.AnyTagClassName
{
color: #C8334A;
}
</style>
background-color css
<style>
a { background-color: #C8334A; }
a { background-color: rgb(200,51,74); }
div.DivClassName
{
background-color: #C8334A;
}
.BgClassName
{
background-color: #C8334A;
}
</style>
border-color css
<style>
span { border-color: #C8334A; }
span { border-color: rgb(200,51,74); }
td.TdClassName
{
border-color: #C8334A;
}
.TagClassName
{
border-color: #C8334A;
}
</style>