Html Css Color HEX #AB460B Rust

📋 copy color: '#AB460B'

red 171 ◦ green 70 ◦ blue 11

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

Shades of Rust #AB460B

Tints of Rust #AB460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 67.86%
G = 27.78%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB460B (or 0xAB460B) is known color: Rust. HEX triplet: AB, 46 and 0B. RGB value is (171,70,11). Sum of RGB (Red+Green+Blue) = 171+70+11=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB460B is #54B9F4. Grayscale: #5D5D5D. Windows color (decimal): -5552629 or 738987. OLE color: 738987.

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

Color convert

RGB 171 70 11 -
CMYK 0 0.59 0.94 0.33
HSL 22.13º 0.88% 0.36% -
HSV(B) 22.13º 0.94% 0.67% -
XYZ 19.05 13.06 1.83 -
YUV 93.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 171 70 11 0 0.59 0.94 0.33 22.13 0.88 0.36
Hex AB 46 B 0 3B 5E 21 16 58 24
Octal 253 106 13 0 73 136 41 26 130 44
Binary 10101011 1000110 1011 0 111011 1011110 100001 10110 1011000 100100

Color Harmonies of #AB460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB460B

Black with #AB460B

Text Example


Text Example

White with #AB460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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