Html Css Color HEX #AB4B16 Rust

📋 copy color: '#AB4B16'

red 171 ◦ green 75 ◦ blue 22

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

Shades of Rust #AB4B16

Tints of Rust #AB4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 63.81%
G = 27.99%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB4B16 (or 0xAB4B16) is known color: Rust. HEX triplet: AB, 4B and 16. RGB value is (171,75,22). Sum of RGB (Red+Green+Blue) = 171+75+22=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4B16 is #54B4E9. Grayscale: #616161. Windows color (decimal): -5551338 or 1461163. OLE color: 1461163.

HSL color Cylindrical-coordinate representation of color #AB4B16: hue angle of 21.34º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB4B16 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 22 -
CMYK 0 0.56 0.87 0.33
HSL 21.34º 0.77% 0.38% -
HSV(B) 21.34º 0.87% 0.67% -
XYZ 19.46 13.75 2.39 -
YUV 97.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 171 75 22 0 0.56 0.87 0.33 21.34 0.77 0.38
Hex AB 4B 16 0 38 57 21 15 4D 26
Octal 253 113 26 0 70 127 41 25 115 46
Binary 10101011 1001011 10110 0 111000 1010111 100001 10101 1001101 100110

Color Harmonies of #AB4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B16

Black with #AB4B16

Text Example


Text Example

White with #AB4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B16; }

 p { color: rgb(171,75,22); }

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

background-color css

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

 a { background-color: rgb(171,75,22); }

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

border-color css

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

 span { border-color: rgb(171,75,22); }

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