Html Css Color HEX #AB4E10 Rust

📋 copy color: '#AB4E10'

red 171 ◦ green 78 ◦ blue 16

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

Shades of Rust #AB4E10

Tints of Rust #AB4E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.43%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 64.53%
G = 29.43%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB4E10 (or 0xAB4E10) is known color: Rust. HEX triplet: AB, 4E and 10. RGB value is (171,78,16). Sum of RGB (Red+Green+Blue) = 171+78+16=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E10 is #54B1EF. Grayscale: #636363. Windows color (decimal): -5550576 or 1068715. OLE color: 1068715.

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

Color convert

RGB 171 78 16 -
CMYK 0 0.54 0.91 0.33
HSL 24º 0.83% 0.37% -
HSV(B) 24º 0.91% 0.67% -
XYZ 19.61 14.14 2.19 -
YUV 98.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 171 78 16 0 0.54 0.91 0.33 24 0.83 0.37
Hex AB 4E 10 0 36 5B 21 18 53 25
Octal 253 116 20 0 66 133 41 30 123 45
Binary 10101011 1001110 10000 0 110110 1011011 100001 11000 1010011 100101

Color Harmonies of #AB4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4E10

Black with #AB4E10

Text Example


Text Example

White with #AB4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4E10; }

 p { color: rgb(171,78,16); }

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

background-color css

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

 a { background-color: rgb(171,78,16); }

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

border-color css

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

 span { border-color: rgb(171,78,16); }

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