Shades of Brick Red #C9384A
Tints of Brick Red #C9384A
RGB
CMYK
RGB Variations
Color information
#C9384A (or 0xC9384A) is known color: Brick Red. HEX triplet: C9, 38 and 4A. RGB value is (201,56,74). Sum of RGB (Red+Green+Blue) = 201+56+74=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9384A is #36C7B5. Grayscale: #656565. Windows color (decimal): -3590070 or 4864201. OLE color: 4864201.
HSL color Cylindrical-coordinate representation of color #C9384A: hue angle of 352.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9384A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 74 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.21 |
| HSL | 352.55º | 0.57% | 0.5% | - |
| HSV(B) | 352.55º | 0.72% | 0.79% | - |
| XYZ | 26.74 | 15.74 | 8.11 | - |
| YUV | 101.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 74 | 0 | 0.72 | 0.63 | 0.21 | 352.55 | 0.57 | 0.5 |
| Hex | C9 | 38 | 4A | 0 | 48 | 3F | 15 | 161 | 39 | 32 |
| Octal | 311 | 70 | 112 | 0 | 110 | 77 | 25 | 541 | 71 | 62 |
| Binary | 11001001 | 111000 | 1001010 | 0 | 1001000 | 111111 | 10101 | 101100001 | 111001 | 110010 |
Color Harmonies of #C9384A
Complementary color
Monochromatic Colors of #C9384A
Black with #C9384A
Text Example
Text Example
White with #C9384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9384A; }
p { color: rgb(201,56,74); }
H1.HeaderClassName
{
color: #C9384A;
}
.AnyTagClassName
{
color: #C9384A;
}
</style>
background-color css
<style>
a { background-color: #C9384A; }
a { background-color: rgb(201,56,74); }
div.DivClassName
{
background-color: #C9384A;
}
.BgClassName
{
background-color: #C9384A;
}
</style>
border-color css
<style>
span { border-color: #C9384A; }
span { border-color: rgb(201,56,74); }
td.TdClassName
{
border-color: #C9384A;
}
.TagClassName
{
border-color: #C9384A;
}
</style>