Html Css Color HEX #AB3211 Rust

📋 copy color: '#AB3211'

red 171 ◦ green 50 ◦ blue 17

#AB3211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AB3211

Tints of Rust #AB3211

RGB

 RED value IS 171 (67.19% from 255) = 71.85%

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 71.85%
G = 21.01%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB3211 (or 0xAB3211) is known color: Rust. HEX triplet: AB, 32 and 11. RGB value is (171,50,17). Sum of RGB (Red+Green+Blue) = 171+50+17=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3211 is #54CDEE. Grayscale: #525252. Windows color (decimal): -5557743 or 1127083. OLE color: 1127083.

HSL color Cylindrical-coordinate representation of color #AB3211: hue angle of 12.86º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB3211 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 17 -
CMYK 0 0.71 0.90 0.33
HSL 12.86º 0.82% 0.37% -
HSV(B) 12.86º 0.9% 0.67% -
XYZ 18.04 10.98 1.7 -
YUV 82.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 171 50 17 0 0.71 0.90 0.33 12.86 0.82 0.37
Hex AB 32 11 0 47 5A 21 D 52 25
Octal 253 62 21 0 107 132 41 15 122 45
Binary 10101011 110010 10001 0 1000111 1011010 100001 1101 1010010 100101

Color Harmonies of #AB3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3211

Black with #AB3211

Text Example


Text Example

White with #AB3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3211; }

 p { color: rgb(171,50,17); }

 H1.HeaderClassName
 {
   color: #AB3211;
 }
 .AnyTagClassName
 {
   color: #AB3211;
 }
</style>

background-color css

<style>
 a { background-color: #AB3211; }

 a { background-color: rgb(171,50,17); }

 div.DivClassName
 {
   background-color: #AB3211;
 }
 .BgClassName
 {
   background-color: #AB3211;
 }
</style>

border-color css

<style>
 span { border-color: #AB3211; }

 span { border-color: rgb(171,50,17); }

 td.TdClassName
 {
   border-color: #AB3211;
 }
 .TagClassName
 {
   border-color: #AB3211;
 }
</style>