Shades of Brown #AB302D
Tints of Brown #AB302D
RGB
CMYK
RGB Variations
Color information
#AB302D (or 0xAB302D) is known color: Brown. HEX triplet: AB, 30 and 2D. RGB value is (171,48,45). Sum of RGB (Red+Green+Blue) = 171+48+45=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB302D is #54CFD2. Grayscale: #545454. Windows color (decimal): -5558227 or 2961579. OLE color: 2961579.
HSL color Cylindrical-coordinate representation of color #AB302D: hue angle of 1.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB302D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 45 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.33 |
| HSL | 1.43º | 0.58% | 0.42% | - |
| HSV(B) | 1.43º | 0.74% | 0.67% | - |
| XYZ | 18.33 | 10.96 | 3.63 | - |
| YUV | 84.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 45 | 0 | 0.72 | 0.74 | 0.33 | 1.43 | 0.58 | 0.42 |
| Hex | AB | 30 | 2D | 0 | 48 | 4A | 21 | 1 | 3A | 2A |
| Octal | 253 | 60 | 55 | 0 | 110 | 112 | 41 | 1 | 72 | 52 |
| Binary | 10101011 | 110000 | 101101 | 0 | 1001000 | 1001010 | 100001 | 1 | 111010 | 101010 |
Color Harmonies of #AB302D
Complementary color
Monochromatic Colors of #AB302D
Black with #AB302D
Text Example
Text Example
White with #AB302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB302D; }
p { color: rgb(171,48,45); }
H1.HeaderClassName
{
color: #AB302D;
}
.AnyTagClassName
{
color: #AB302D;
}
</style>
background-color css
<style>
a { background-color: #AB302D; }
a { background-color: rgb(171,48,45); }
div.DivClassName
{
background-color: #AB302D;
}
.BgClassName
{
background-color: #AB302D;
}
</style>
border-color css
<style>
span { border-color: #AB302D; }
span { border-color: rgb(171,48,45); }
td.TdClassName
{
border-color: #AB302D;
}
.TagClassName
{
border-color: #AB302D;
}
</style>