Html Css Color HEX #AB510B Rust

📋 copy color: '#AB510B'

red 171 ◦ green 81 ◦ blue 11

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

Shades of Rust #AB510B

Tints of Rust #AB510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 65.02%
G = 30.8%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB510B (or 0xAB510B) is known color: Rust. HEX triplet: AB, 51 and 0B. RGB value is (171,81,11). Sum of RGB (Red+Green+Blue) = 171+81+11=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB510B is #54AEF4. Grayscale: #646464. Windows color (decimal): -5549813 or 741803. OLE color: 741803.

HSL color Cylindrical-coordinate representation of color #AB510B: hue angle of 26.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB510B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 11 -
CMYK 0 0.53 0.94 0.33
HSL 26.25º 0.88% 0.36% -
HSV(B) 26.25º 0.94% 0.67% -
XYZ 19.8 14.57 2.08 -
YUV 99.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 171 81 11 0 0.53 0.94 0.33 26.25 0.88 0.36
Hex AB 51 B 0 35 5E 21 1A 58 24
Octal 253 121 13 0 65 136 41 32 130 44
Binary 10101011 1010001 1011 0 110101 1011110 100001 11010 1011000 100100

Color Harmonies of #AB510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB510B

Black with #AB510B

Text Example


Text Example

White with #AB510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB510B; }

 p { color: rgb(171,81,11); }

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

background-color css

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

 a { background-color: rgb(171,81,11); }

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

border-color css

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

 span { border-color: rgb(171,81,11); }

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