Shades of Brown #A4251B
Tints of Brown #A4251B
RGB
CMYK
RGB Variations
Color information
#A4251B (or 0xA4251B) is known color: Brown. HEX triplet: A4, 25 and 1B. RGB value is (164,37,27). Sum of RGB (Red+Green+Blue) = 164+37+27=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4251B is #5BDAE4. Grayscale: #4A4A4A. Windows color (decimal): -6019813 or 1779108. OLE color: 1779108.
HSL color Cylindrical-coordinate representation of color #A4251B: hue angle of 4.38º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4251B is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 27 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.36 |
| HSL | 4.38º | 0.72% | 0.37% | - |
| HSV(B) | 4.38º | 0.84% | 0.64% | - |
| XYZ | 16.17 | 9.29 | 1.98 | - |
| YUV | 73.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 27 | 0 | 0.77 | 0.84 | 0.36 | 4.38 | 0.72 | 0.37 |
| Hex | A4 | 25 | 1B | 0 | 4D | 54 | 24 | 4 | 48 | 25 |
| Octal | 244 | 45 | 33 | 0 | 115 | 124 | 44 | 4 | 110 | 45 |
| Binary | 10100100 | 100101 | 11011 | 0 | 1001101 | 1010100 | 100100 | 100 | 1001000 | 100101 |
Color Harmonies of #A4251B
Complementary color
Monochromatic Colors of #A4251B
Black with #A4251B
Text Example
Text Example
White with #A4251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4251B; }
p { color: rgb(164,37,27); }
H1.HeaderClassName
{
color: #A4251B;
}
.AnyTagClassName
{
color: #A4251B;
}
</style>
background-color css
<style>
a { background-color: #A4251B; }
a { background-color: rgb(164,37,27); }
div.DivClassName
{
background-color: #A4251B;
}
.BgClassName
{
background-color: #A4251B;
}
</style>
border-color css
<style>
span { border-color: #A4251B; }
span { border-color: rgb(164,37,27); }
td.TdClassName
{
border-color: #A4251B;
}
.TagClassName
{
border-color: #A4251B;
}
</style>