Html Css Color HEX #AB470B Rust

📋 copy color: '#AB470B'

red 171 ◦ green 71 ◦ blue 11

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

Shades of Rust #AB470B

Tints of Rust #AB470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 67.59%
G = 28.06%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB470B (or 0xAB470B) is known color: Rust. HEX triplet: AB, 47 and 0B. RGB value is (171,71,11). Sum of RGB (Red+Green+Blue) = 171+71+11=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB470B is #54B8F4. Grayscale: #5E5E5E. Windows color (decimal): -5552373 or 739243. OLE color: 739243.

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

Color convert

RGB 171 71 11 -
CMYK 0 0.58 0.94 0.33
HSL 22.5º 0.88% 0.36% -
HSV(B) 22.5º 0.94% 0.67% -
XYZ 19.11 13.19 1.86 -
YUV 94.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 171 71 11 0 0.58 0.94 0.33 22.5 0.88 0.36
Hex AB 47 B 0 3A 5E 21 16 58 24
Octal 253 107 13 0 72 136 41 26 130 44
Binary 10101011 1000111 1011 0 111010 1011110 100001 10110 1011000 100100

Color Harmonies of #AB470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB470B

Black with #AB470B

Text Example


Text Example

White with #AB470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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