Html Css Color HEX #AB3B16 Rust

📋 copy color: '#AB3B16'

red 171 ◦ green 59 ◦ blue 22

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

Shades of Rust #AB3B16

Tints of Rust #AB3B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 67.86%
G = 23.41%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB3B16 (or 0xAB3B16) is known color: Rust. HEX triplet: AB, 3B and 16. RGB value is (171,59,22). Sum of RGB (Red+Green+Blue) = 171+59+22=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3B16 is #54C4E9. Grayscale: #585858. Windows color (decimal): -5555434 or 1457067. OLE color: 1457067.

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

Color convert

RGB 171 59 22 -
CMYK 0 0.65 0.87 0.33
HSL 14.9º 0.77% 0.38% -
HSV(B) 14.9º 0.87% 0.67% -
XYZ 18.5 11.84 2.07 -
YUV 88.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 171 59 22 0 0.65 0.87 0.33 14.9 0.77 0.38
Hex AB 3B 16 0 41 57 21 F 4D 26
Octal 253 73 26 0 101 127 41 17 115 46
Binary 10101011 111011 10110 0 1000001 1010111 100001 1111 1001101 100110

Color Harmonies of #AB3B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B16

Black with #AB3B16

Text Example


Text Example

White with #AB3B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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