Html Css Color HEX #AB471B Rust

📋 copy color: '#AB471B'

red 171 ◦ green 71 ◦ blue 27

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

Shades of Rust #AB471B

Tints of Rust #AB471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 63.57%
G = 26.39%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB471B (or 0xAB471B) is known color: Rust. HEX triplet: AB, 47 and 1B. RGB value is (171,71,27). Sum of RGB (Red+Green+Blue) = 171+71+27=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB471B is #54B8E4. Grayscale: #606060. Windows color (decimal): -5552357 or 1787819. OLE color: 1787819.

HSL color Cylindrical-coordinate representation of color #AB471B: hue angle of 18.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB471B is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 27 -
CMYK 0 0.58 0.84 0.33
HSL 18.33º 0.73% 0.39% -
HSV(B) 18.33º 0.84% 0.67% -
XYZ 19.25 13.24 2.58 -
YUV 95.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 171 71 27 0 0.58 0.84 0.33 18.33 0.73 0.39
Hex AB 47 1B 0 3A 54 21 12 49 27
Octal 253 107 33 0 72 124 41 22 111 47
Binary 10101011 1000111 11011 0 111010 1010100 100001 10010 1001001 100111

Color Harmonies of #AB471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB471B

Black with #AB471B

Text Example


Text Example

White with #AB471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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