Html Css Color HEX #AB490F Rust

📋 copy color: '#AB490F'

red 171 ◦ green 73 ◦ blue 15

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

Shades of Rust #AB490F

Tints of Rust #AB490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 66.02%
G = 28.19%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB490F (or 0xAB490F) is known color: Rust. HEX triplet: AB, 49 and 0F. RGB value is (171,73,15). Sum of RGB (Red+Green+Blue) = 171+73+15=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB490F is #54B6F0. Grayscale: #606060. Windows color (decimal): -5551857 or 1001899. OLE color: 1001899.

HSL color Cylindrical-coordinate representation of color #AB490F: hue angle of 22.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB490F is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 15 -
CMYK 0 0.57 0.91 0.33
HSL 22.31º 0.84% 0.36% -
HSV(B) 22.31º 0.91% 0.67% -
XYZ 19.26 13.46 2.03 -
YUV 95.69 82.47 181.72 -
System Red Green Blue C M Y K H S L
Decimal 171 73 15 0 0.57 0.91 0.33 22.31 0.84 0.36
Hex AB 49 F 0 39 5B 21 16 54 24
Octal 253 111 17 0 71 133 41 26 124 44
Binary 10101011 1001001 1111 0 111001 1011011 100001 10110 1010100 100100

Color Harmonies of #AB490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB490F

Black with #AB490F

Text Example


Text Example

White with #AB490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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