Html Css Color HEX #AB4C14 Rust

📋 copy color: '#AB4C14'

red 171 ◦ green 76 ◦ blue 20

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

Shades of Rust #AB4C14

Tints of Rust #AB4C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 64.04%
G = 28.46%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB4C14 (or 0xAB4C14) is known color: Rust. HEX triplet: AB, 4C and 14. RGB value is (171,76,20). Sum of RGB (Red+Green+Blue) = 171+76+20=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C14 is #54B3EB. Grayscale: #626262. Windows color (decimal): -5551084 or 1330347. OLE color: 1330347.

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

Color convert

RGB 171 76 20 -
CMYK 0 0.56 0.88 0.33
HSL 22.25º 0.79% 0.37% -
HSV(B) 22.25º 0.88% 0.67% -
XYZ 19.51 13.88 2.31 -
YUV 98.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 171 76 20 0 0.56 0.88 0.33 22.25 0.79 0.37
Hex AB 4C 14 0 38 58 21 16 4F 25
Octal 253 114 24 0 70 130 41 26 117 45
Binary 10101011 1001100 10100 0 111000 1011000 100001 10110 1001111 100101

Color Harmonies of #AB4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C14

Black with #AB4C14

Text Example


Text Example

White with #AB4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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