Html Css Color HEX #AB4D0E Rust

📋 copy color: '#AB4D0E'

red 171 ◦ green 77 ◦ blue 14

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

Shades of Rust #AB4D0E

Tints of Rust #AB4D0E

RGB

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

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

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

R = 65.27%
G = 29.39%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB4D0E (or 0xAB4D0E) is known color: Rust. HEX triplet: AB, 4D and 0E. RGB value is (171,77,14). Sum of RGB (Red+Green+Blue) = 171+77+14=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D0E is #54B2F1. Grayscale: #626262. Windows color (decimal): -5550834 or 937387. OLE color: 937387.

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

Color convert

RGB 171 77 14 -
CMYK 0 0.55 0.92 0.33
HSL 24.08º 0.85% 0.36% -
HSV(B) 24.08º 0.92% 0.67% -
XYZ 19.53 14 2.09 -
YUV 97.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 171 77 14 0 0.55 0.92 0.33 24.08 0.85 0.36
Hex AB 4D E 0 37 5C 21 18 55 24
Octal 253 115 16 0 67 134 41 30 125 44
Binary 10101011 1001101 1110 0 110111 1011100 100001 11000 1010101 100100

Color Harmonies of #AB4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D0E

Black with #AB4D0E

Text Example


Text Example

White with #AB4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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