Shades of Brick Red #C9334A
Tints of Brick Red #C9334A
RGB
CMYK
RGB Variations
Color information
#C9334A (or 0xC9334A) is known color: Brick Red. HEX triplet: C9, 33 and 4A. RGB value is (201,51,74). Sum of RGB (Red+Green+Blue) = 201+51+74=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9334A is #36CCB5. Grayscale: #626262. Windows color (decimal): -3591350 or 4862921. OLE color: 4862921.
HSL color Cylindrical-coordinate representation of color #C9334A: hue angle of 350.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9334A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 74 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.21 |
| HSL | 350.8º | 0.6% | 0.49% | - |
| HSV(B) | 350.8º | 0.75% | 0.79% | - |
| XYZ | 26.51 | 15.28 | 8.03 | - |
| YUV | 98.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 74 | 0 | 0.75 | 0.63 | 0.21 | 350.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 4A | 0 | 4B | 3F | 15 | 15F | 3C | 31 |
| Octal | 311 | 63 | 112 | 0 | 113 | 77 | 25 | 537 | 74 | 61 |
| Binary | 11001001 | 110011 | 1001010 | 0 | 1001011 | 111111 | 10101 | 101011111 | 111100 | 110001 |
Color Harmonies of #C9334A
Complementary color
Monochromatic Colors of #C9334A
Black with #C9334A
Text Example
Text Example
White with #C9334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9334A; }
p { color: rgb(201,51,74); }
H1.HeaderClassName
{
color: #C9334A;
}
.AnyTagClassName
{
color: #C9334A;
}
</style>
background-color css
<style>
a { background-color: #C9334A; }
a { background-color: rgb(201,51,74); }
div.DivClassName
{
background-color: #C9334A;
}
.BgClassName
{
background-color: #C9334A;
}
</style>
border-color css
<style>
span { border-color: #C9334A; }
span { border-color: rgb(201,51,74); }
td.TdClassName
{
border-color: #C9334A;
}
.TagClassName
{
border-color: #C9334A;
}
</style>