Html Css Color HEX #AB500E Rust

📋 copy color: '#AB500E'

red 171 ◦ green 80 ◦ blue 14

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

Shades of Rust #AB500E

Tints of Rust #AB500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 64.53%
G = 30.19%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB500E (or 0xAB500E) is known color: Rust. HEX triplet: AB, 50 and 0E. RGB value is (171,80,14). Sum of RGB (Red+Green+Blue) = 171+80+14=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500E is #54AFF1. Grayscale: #646464. Windows color (decimal): -5550066 or 938155. OLE color: 938155.

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

Color convert

RGB 171 80 14 -
CMYK 0 0.53 0.92 0.33
HSL 25.22º 0.85% 0.36% -
HSV(B) 25.22º 0.92% 0.67% -
XYZ 19.74 14.43 2.16 -
YUV 99.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 171 80 14 0 0.53 0.92 0.33 25.22 0.85 0.36
Hex AB 50 E 0 35 5C 21 19 55 24
Octal 253 120 16 0 65 134 41 31 125 44
Binary 10101011 1010000 1110 0 110101 1011100 100001 11001 1010101 100100

Color Harmonies of #AB500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB500E

Black with #AB500E

Text Example


Text Example

White with #AB500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB500E; }

 p { color: rgb(171,80,14); }

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

background-color css

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

 a { background-color: rgb(171,80,14); }

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

border-color css

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

 span { border-color: rgb(171,80,14); }

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