Html Css Color HEX #AB4D14 Rust

📋 copy color: '#AB4D14'

red 171 ◦ green 77 ◦ blue 20

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

Shades of Rust #AB4D14

Tints of Rust #AB4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 63.81%
G = 28.73%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB4D14 (or 0xAB4D14) is known color: Rust. HEX triplet: AB, 4D and 14. RGB value is (171,77,20). Sum of RGB (Red+Green+Blue) = 171+77+20=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D14 is #54B2EB. Grayscale: #626262. Windows color (decimal): -5550828 or 1330603. OLE color: 1330603.

HSL color Cylindrical-coordinate representation of color #AB4D14: hue angle of 22.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB4D14 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 20 -
CMYK 0 0.55 0.88 0.33
HSL 22.65º 0.79% 0.37% -
HSV(B) 22.65º 0.88% 0.67% -
XYZ 19.57 14.02 2.34 -
YUV 98.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 171 77 20 0 0.55 0.88 0.33 22.65 0.79 0.37
Hex AB 4D 14 0 37 58 21 17 4F 25
Octal 253 115 24 0 67 130 41 27 117 45
Binary 10101011 1001101 10100 0 110111 1011000 100001 10111 1001111 100101

Color Harmonies of #AB4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D14

Black with #AB4D14

Text Example


Text Example

White with #AB4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D14; }

 p { color: rgb(171,77,20); }

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

background-color css

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

 a { background-color: rgb(171,77,20); }

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

border-color css

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

 span { border-color: rgb(171,77,20); }

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