Shades of Brown #A0251F
Tints of Brown #A0251F
RGB
CMYK
RGB Variations
Color information
#A0251F (or 0xA0251F) is known color: Brown. HEX triplet: A0, 25 and 1F. RGB value is (160,37,31). Sum of RGB (Red+Green+Blue) = 160+37+31=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0251F is #5FDAE0. Grayscale: #494949. Windows color (decimal): -6281953 or 2041248. OLE color: 2041248.
HSL color Cylindrical-coordinate representation of color #A0251F: hue angle of 2.79º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0251F is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 31 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.37 |
| HSL | 2.79º | 0.68% | 0.37% | - |
| HSV(B) | 2.79º | 0.81% | 0.63% | - |
| XYZ | 15.41 | 8.9 | 2.2 | - |
| YUV | 73.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 31 | 0 | 0.77 | 0.81 | 0.37 | 2.79 | 0.68 | 0.37 |
| Hex | A0 | 25 | 1F | 0 | 4D | 51 | 25 | 3 | 44 | 25 |
| Octal | 240 | 45 | 37 | 0 | 115 | 121 | 45 | 3 | 104 | 45 |
| Binary | 10100000 | 100101 | 11111 | 0 | 1001101 | 1010001 | 100101 | 11 | 1000100 | 100101 |
Color Harmonies of #A0251F
Complementary color
Monochromatic Colors of #A0251F
Black with #A0251F
Text Example
Text Example
White with #A0251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0251F; }
p { color: rgb(160,37,31); }
H1.HeaderClassName
{
color: #A0251F;
}
.AnyTagClassName
{
color: #A0251F;
}
</style>
background-color css
<style>
a { background-color: #A0251F; }
a { background-color: rgb(160,37,31); }
div.DivClassName
{
background-color: #A0251F;
}
.BgClassName
{
background-color: #A0251F;
}
</style>
border-color css
<style>
span { border-color: #A0251F; }
span { border-color: rgb(160,37,31); }
td.TdClassName
{
border-color: #A0251F;
}
.TagClassName
{
border-color: #A0251F;
}
</style>