Html Css Color HEX #AB4011 Rust

📋 copy color: '#AB4011'

red 171 ◦ green 64 ◦ blue 17

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

Shades of Rust #AB4011

Tints of Rust #AB4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 67.86%
G = 25.4%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB4011 (or 0xAB4011) is known color: Rust. HEX triplet: AB, 40 and 11. RGB value is (171,64,17). Sum of RGB (Red+Green+Blue) = 171+64+17=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4011 is #54BFEE. Grayscale: #5A5A5A. Windows color (decimal): -5554159 or 1130667. OLE color: 1130667.

HSL color Cylindrical-coordinate representation of color #AB4011: hue angle of 18.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB4011 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 17 -
CMYK 0 0.63 0.90 0.33
HSL 18.31º 0.82% 0.37% -
HSV(B) 18.31º 0.9% 0.67% -
XYZ 18.73 12.37 1.93 -
YUV 90.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 171 64 17 0 0.63 0.90 0.33 18.31 0.82 0.37
Hex AB 40 11 0 3F 5A 21 12 52 25
Octal 253 100 21 0 77 132 41 22 122 45
Binary 10101011 1000000 10001 0 111111 1011010 100001 10010 1010010 100101

Color Harmonies of #AB4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4011

Black with #AB4011

Text Example


Text Example

White with #AB4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4011; }

 p { color: rgb(171,64,17); }

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

background-color css

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

 a { background-color: rgb(171,64,17); }

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

border-color css

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

 span { border-color: rgb(171,64,17); }

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