Shades of Brown #A1311C
Tints of Brown #A1311C
RGB
CMYK
RGB Variations
Color information
#A1311C (or 0xA1311C) is known color: Brown. HEX triplet: A1, 31 and 1C. RGB value is (161,49,28). Sum of RGB (Red+Green+Blue) = 161+49+28=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1311C is #5ECEE3. Grayscale: #505050. Windows color (decimal): -6213348 or 1847713. OLE color: 1847713.
HSL color Cylindrical-coordinate representation of color #A1311C: hue angle of 9.47º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1311C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 28 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.37 |
| HSL | 9.47º | 0.7% | 0.37% | - |
| HSV(B) | 9.47º | 0.83% | 0.63% | - |
| XYZ | 16.01 | 9.86 | 2.16 | - |
| YUV | 80.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 28 | 0 | 0.70 | 0.83 | 0.37 | 9.47 | 0.7 | 0.37 |
| Hex | A1 | 31 | 1C | 0 | 46 | 53 | 25 | 9 | 46 | 25 |
| Octal | 241 | 61 | 34 | 0 | 106 | 123 | 45 | 11 | 106 | 45 |
| Binary | 10100001 | 110001 | 11100 | 0 | 1000110 | 1010011 | 100101 | 1001 | 1000110 | 100101 |
Color Harmonies of #A1311C
Complementary color
Monochromatic Colors of #A1311C
Black with #A1311C
Text Example
Text Example
White with #A1311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1311C; }
p { color: rgb(161,49,28); }
H1.HeaderClassName
{
color: #A1311C;
}
.AnyTagClassName
{
color: #A1311C;
}
</style>
background-color css
<style>
a { background-color: #A1311C; }
a { background-color: rgb(161,49,28); }
div.DivClassName
{
background-color: #A1311C;
}
.BgClassName
{
background-color: #A1311C;
}
</style>
border-color css
<style>
span { border-color: #A1311C; }
span { border-color: rgb(161,49,28); }
td.TdClassName
{
border-color: #A1311C;
}
.TagClassName
{
border-color: #A1311C;
}
</style>