Shades of Brick Red #C93346
Tints of Brick Red #C93346
RGB
CMYK
RGB Variations
Color information
#C93346 (or 0xC93346) is known color: Brick Red. HEX triplet: C9, 33 and 46. RGB value is (201,51,70). Sum of RGB (Red+Green+Blue) = 201+51+70=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93346 is #36CCB9. Grayscale: #626262. Windows color (decimal): -3591354 or 4600777. OLE color: 4600777.
HSL color Cylindrical-coordinate representation of color #C93346: hue angle of 352.4º 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 #C93346 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 70 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.21 |
| HSL | 352.4º | 0.6% | 0.49% | - |
| HSV(B) | 352.4º | 0.75% | 0.79% | - |
| XYZ | 26.38 | 15.23 | 7.34 | - |
| YUV | 98.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 70 | 0 | 0.75 | 0.65 | 0.21 | 352.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | 46 | 0 | 4B | 41 | 15 | 160 | 3C | 31 |
| Octal | 311 | 63 | 106 | 0 | 113 | 101 | 25 | 540 | 74 | 61 |
| Binary | 11001001 | 110011 | 1000110 | 0 | 1001011 | 1000001 | 10101 | 101100000 | 111100 | 110001 |
Color Harmonies of #C93346
Complementary color
Monochromatic Colors of #C93346
Black with #C93346
Text Example
Text Example
White with #C93346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93346; }
p { color: rgb(201,51,70); }
H1.HeaderClassName
{
color: #C93346;
}
.AnyTagClassName
{
color: #C93346;
}
</style>
background-color css
<style>
a { background-color: #C93346; }
a { background-color: rgb(201,51,70); }
div.DivClassName
{
background-color: #C93346;
}
.BgClassName
{
background-color: #C93346;
}
</style>
border-color css
<style>
span { border-color: #C93346; }
span { border-color: rgb(201,51,70); }
td.TdClassName
{
border-color: #C93346;
}
.TagClassName
{
border-color: #C93346;
}
</style>