Html Css Color HEX #AB510A Rust

📋 copy color: '#AB510A'

red 171 ◦ green 81 ◦ blue 10

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

Shades of Rust #AB510A

Tints of Rust #AB510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 65.27%
G = 30.92%
B = 3.82%

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

#AB510A (or 0xAB510A) is known color: Rust. HEX triplet: AB, 51 and 0A. RGB value is (171,81,10). Sum of RGB (Red+Green+Blue) = 171+81+10=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB510A is #54AEF5. Grayscale: #646464. Windows color (decimal): -5549814 or 676267. OLE color: 676267.

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

Color convert

RGB 171 81 10 -
CMYK 0 0.53 0.94 0.33
HSL 26.46º 0.89% 0.35% -
HSV(B) 26.46º 0.94% 0.67% -
XYZ 19.79 14.56 2.06 -
YUV 99.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 171 81 10 0 0.53 0.94 0.33 26.46 0.89 0.35
Hex AB 51 A 0 35 5E 21 1A 59 23
Octal 253 121 12 0 65 136 41 32 131 43
Binary 10101011 1010001 1010 0 110101 1011110 100001 11010 1011001 100011

Color Harmonies of #AB510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB510A

Black with #AB510A

Text Example


Text Example

White with #AB510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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