Html Css Color HEX #AB500B Rust

📋 copy color: '#AB500B'

red 171 ◦ green 80 ◦ blue 11

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

Shades of Rust #AB500B

Tints of Rust #AB500B

RGB

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

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

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

R = 65.27%
G = 30.53%
B = 4.2%

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

#AB500B (or 0xAB500B) is known color: Rust. HEX triplet: AB, 50 and 0B. RGB value is (171,80,11). Sum of RGB (Red+Green+Blue) = 171+80+11=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500B is #54AFF4. Grayscale: #636363. Windows color (decimal): -5550069 or 741547. OLE color: 741547.

HSL color Cylindrical-coordinate representation of color #AB500B: hue angle of 25.88º 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 #AB500B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 11 -
CMYK 0 0.53 0.94 0.33
HSL 25.88º 0.88% 0.36% -
HSV(B) 25.88º 0.94% 0.67% -
XYZ 19.72 14.42 2.06 -
YUV 99.34 78.15 179.11 -
System Red Green Blue C M Y K H S L
Decimal 171 80 11 0 0.53 0.94 0.33 25.88 0.88 0.36
Hex AB 50 B 0 35 5E 21 1A 58 24
Octal 253 120 13 0 65 136 41 32 130 44
Binary 10101011 1010000 1011 0 110101 1011110 100001 11010 1011000 100100

Color Harmonies of #AB500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB500B

Black with #AB500B

Text Example


Text Example

White with #AB500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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