Shades of Brown #A3281C
Tints of Brown #A3281C
RGB
CMYK
RGB Variations
Color information
#A3281C (or 0xA3281C) is known color: Brown. HEX triplet: A3, 28 and 1C. RGB value is (163,40,28). Sum of RGB (Red+Green+Blue) = 163+40+28=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281C is #5CD7E3. Grayscale: #4B4B4B. Windows color (decimal): -6084580 or 1845411. OLE color: 1845411.
HSL color Cylindrical-coordinate representation of color #A3281C: hue angle of 5.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3281C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 28 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.36 |
| HSL | 5.33º | 0.71% | 0.37% | - |
| HSV(B) | 5.33º | 0.83% | 0.64% | - |
| XYZ | 16.07 | 9.39 | 2.06 | - |
| YUV | 75.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 28 | 0 | 0.75 | 0.83 | 0.36 | 5.33 | 0.71 | 0.37 |
| Hex | A3 | 28 | 1C | 0 | 4B | 53 | 24 | 5 | 47 | 25 |
| Octal | 243 | 50 | 34 | 0 | 113 | 123 | 44 | 5 | 107 | 45 |
| Binary | 10100011 | 101000 | 11100 | 0 | 1001011 | 1010011 | 100100 | 101 | 1000111 | 100101 |
Color Harmonies of #A3281C
Complementary color
Monochromatic Colors of #A3281C
Black with #A3281C
Text Example
Text Example
White with #A3281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3281C; }
p { color: rgb(163,40,28); }
H1.HeaderClassName
{
color: #A3281C;
}
.AnyTagClassName
{
color: #A3281C;
}
</style>
background-color css
<style>
a { background-color: #A3281C; }
a { background-color: rgb(163,40,28); }
div.DivClassName
{
background-color: #A3281C;
}
.BgClassName
{
background-color: #A3281C;
}
</style>
border-color css
<style>
span { border-color: #A3281C; }
span { border-color: rgb(163,40,28); }
td.TdClassName
{
border-color: #A3281C;
}
.TagClassName
{
border-color: #A3281C;
}
</style>