Html Css Color HEX #AB4A14 Rust

📋 copy color: '#AB4A14'

red 171 ◦ green 74 ◦ blue 20

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

Shades of Rust #AB4A14

Tints of Rust #AB4A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 64.53%
G = 27.92%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB4A14 (or 0xAB4A14) is known color: Rust. HEX triplet: AB, 4A and 14. RGB value is (171,74,20). Sum of RGB (Red+Green+Blue) = 171+74+20=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A14 is #54B5EB. Grayscale: #616161. Windows color (decimal): -5551596 or 1329835. OLE color: 1329835.

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

Color convert

RGB 171 74 20 -
CMYK 0 0.57 0.88 0.33
HSL 21.46º 0.79% 0.37% -
HSV(B) 21.46º 0.88% 0.67% -
XYZ 19.37 13.61 2.27 -
YUV 96.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 171 74 20 0 0.57 0.88 0.33 21.46 0.79 0.37
Hex AB 4A 14 0 39 58 21 15 4F 25
Octal 253 112 24 0 71 130 41 25 117 45
Binary 10101011 1001010 10100 0 111001 1011000 100001 10101 1001111 100101

Color Harmonies of #AB4A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A14

Black with #AB4A14

Text Example


Text Example

White with #AB4A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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