Shades of Brown #A0251A
Tints of Brown #A0251A
RGB
CMYK
RGB Variations
Color information
#A0251A (or 0xA0251A) is known color: Brown. HEX triplet: A0, 25 and 1A. RGB value is (160,37,26). Sum of RGB (Red+Green+Blue) = 160+37+26=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0251A is #5FDAE5. Grayscale: #484848. Windows color (decimal): -6281958 or 1713568. OLE color: 1713568.
HSL color Cylindrical-coordinate representation of color #A0251A: hue angle of 4.93º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0251A is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 26 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.37 |
| HSL | 4.93º | 0.72% | 0.36% | - |
| HSV(B) | 4.93º | 0.84% | 0.63% | - |
| XYZ | 15.35 | 8.87 | 1.88 | - |
| YUV | 72.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 26 | 0 | 0.77 | 0.84 | 0.37 | 4.93 | 0.72 | 0.36 |
| Hex | A0 | 25 | 1A | 0 | 4D | 54 | 25 | 5 | 48 | 24 |
| Octal | 240 | 45 | 32 | 0 | 115 | 124 | 45 | 5 | 110 | 44 |
| Binary | 10100000 | 100101 | 11010 | 0 | 1001101 | 1010100 | 100101 | 101 | 1001000 | 100100 |
Color Harmonies of #A0251A
Complementary color
Monochromatic Colors of #A0251A
Black with #A0251A
Text Example
Text Example
White with #A0251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0251A; }
p { color: rgb(160,37,26); }
H1.HeaderClassName
{
color: #A0251A;
}
.AnyTagClassName
{
color: #A0251A;
}
</style>
background-color css
<style>
a { background-color: #A0251A; }
a { background-color: rgb(160,37,26); }
div.DivClassName
{
background-color: #A0251A;
}
.BgClassName
{
background-color: #A0251A;
}
</style>
border-color css
<style>
span { border-color: #A0251A; }
span { border-color: rgb(160,37,26); }
td.TdClassName
{
border-color: #A0251A;
}
.TagClassName
{
border-color: #A0251A;
}
</style>