Html Css Color HEX #AB3E16 Rust

📋 copy color: '#AB3E16'

red 171 ◦ green 62 ◦ blue 22

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

Shades of Rust #AB3E16

Tints of Rust #AB3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.31%

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

R = 67.06%
G = 24.31%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB3E16 (or 0xAB3E16) is known color: Rust. HEX triplet: AB, 3E and 16. RGB value is (171,62,22). Sum of RGB (Red+Green+Blue) = 171+62+22=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E16 is #54C1E9. Grayscale: #5A5A5A. Windows color (decimal): -5554666 or 1457835. OLE color: 1457835.

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

Color convert

RGB 171 62 22 -
CMYK 0 0.64 0.87 0.33
HSL 16.11º 0.77% 0.38% -
HSV(B) 16.11º 0.87% 0.67% -
XYZ 18.66 12.16 2.12 -
YUV 90.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 171 62 22 0 0.64 0.87 0.33 16.11 0.77 0.38
Hex AB 3E 16 0 40 57 21 10 4D 26
Octal 253 76 26 0 100 127 41 20 115 46
Binary 10101011 111110 10110 0 1000000 1010111 100001 10000 1001101 100110

Color Harmonies of #AB3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3E16

Black with #AB3E16

Text Example


Text Example

White with #AB3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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