Shades of Brown #A42D2B
Tints of Brown #A42D2B
RGB
CMYK
RGB Variations
Color information
#A42D2B (or 0xA42D2B) is known color: Brown. HEX triplet: A4, 2D and 2B. RGB value is (164,45,43). Sum of RGB (Red+Green+Blue) = 164+45+43=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D2B is #5BD2D4. Grayscale: #505050. Windows color (decimal): -6017749 or 2829732. OLE color: 2829732.
HSL color Cylindrical-coordinate representation of color #A42D2B: hue angle of 0.99º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42D2B is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 43 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.36 |
| HSL | 0.99º | 0.58% | 0.41% | - |
| HSV(B) | 0.99º | 0.74% | 0.64% | - |
| XYZ | 16.68 | 9.94 | 3.33 | - |
| YUV | 80.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 43 | 0 | 0.73 | 0.74 | 0.36 | 0.99 | 0.58 | 0.41 |
| Hex | A4 | 2D | 2B | 0 | 49 | 4A | 24 | 1 | 3A | 29 |
| Octal | 244 | 55 | 53 | 0 | 111 | 112 | 44 | 1 | 72 | 51 |
| Binary | 10100100 | 101101 | 101011 | 0 | 1001001 | 1001010 | 100100 | 1 | 111010 | 101001 |
Color Harmonies of #A42D2B
Complementary color
Monochromatic Colors of #A42D2B
Black with #A42D2B
Text Example
Text Example
White with #A42D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D2B; }
p { color: rgb(164,45,43); }
H1.HeaderClassName
{
color: #A42D2B;
}
.AnyTagClassName
{
color: #A42D2B;
}
</style>
background-color css
<style>
a { background-color: #A42D2B; }
a { background-color: rgb(164,45,43); }
div.DivClassName
{
background-color: #A42D2B;
}
.BgClassName
{
background-color: #A42D2B;
}
</style>
border-color css
<style>
span { border-color: #A42D2B; }
span { border-color: rgb(164,45,43); }
td.TdClassName
{
border-color: #A42D2B;
}
.TagClassName
{
border-color: #A42D2B;
}
</style>