Html Css Color HEX #AB440E Rust

📋 copy color: '#AB440E'

red 171 ◦ green 68 ◦ blue 14

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

Shades of Rust #AB440E

Tints of Rust #AB440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 67.59%
G = 26.88%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB440E (or 0xAB440E) is known color: Rust. HEX triplet: AB, 44 and 0E. RGB value is (171,68,14). Sum of RGB (Red+Green+Blue) = 171+68+14=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB440E is #54BBF1. Grayscale: #5C5C5C. Windows color (decimal): -5553138 or 935083. OLE color: 935083.

HSL color Cylindrical-coordinate representation of color #AB440E: hue angle of 20.64º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB440E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 14 -
CMYK 0 0.60 0.92 0.33
HSL 20.64º 0.85% 0.36% -
HSV(B) 20.64º 0.92% 0.67% -
XYZ 18.94 12.82 1.89 -
YUV 92.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 171 68 14 0 0.60 0.92 0.33 20.64 0.85 0.36
Hex AB 44 E 0 3C 5C 21 15 55 24
Octal 253 104 16 0 74 134 41 25 125 44
Binary 10101011 1000100 1110 0 111100 1011100 100001 10101 1010101 100100

Color Harmonies of #AB440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB440E

Black with #AB440E

Text Example


Text Example

White with #AB440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB440E; }

 p { color: rgb(171,68,14); }

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

background-color css

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

 a { background-color: rgb(171,68,14); }

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

border-color css

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

 span { border-color: rgb(171,68,14); }

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