Html Css Color HEX #AB490E Rust

📋 copy color: '#AB490E'

red 171 ◦ green 73 ◦ blue 14

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

Shades of Rust #AB490E

Tints of Rust #AB490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

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

R = 66.28%
G = 28.29%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB490E (or 0xAB490E) is known color: Rust. HEX triplet: AB, 49 and 0E. RGB value is (171,73,14). Sum of RGB (Red+Green+Blue) = 171+73+14=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB490E is #54B6F1. Grayscale: #5F5F5F. Windows color (decimal): -5551858 or 936363. OLE color: 936363.

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

Color convert

RGB 171 73 14 -
CMYK 0 0.57 0.92 0.33
HSL 22.55º 0.85% 0.36% -
HSV(B) 22.55º 0.92% 0.67% -
XYZ 19.26 13.45 2 -
YUV 95.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 171 73 14 0 0.57 0.92 0.33 22.55 0.85 0.36
Hex AB 49 E 0 39 5C 21 17 55 24
Octal 253 111 16 0 71 134 41 27 125 44
Binary 10101011 1001001 1110 0 111001 1011100 100001 10111 1010101 100100

Color Harmonies of #AB490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB490E

Black with #AB490E

Text Example


Text Example

White with #AB490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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