Html Css Color HEX #AB4D10 Rust

📋 copy color: '#AB4D10'

red 171 ◦ green 77 ◦ blue 16

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

Shades of Rust #AB4D10

Tints of Rust #AB4D10

RGB

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

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

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

R = 64.77%
G = 29.17%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB4D10 (or 0xAB4D10) is known color: Rust. HEX triplet: AB, 4D and 10. RGB value is (171,77,16). Sum of RGB (Red+Green+Blue) = 171+77+16=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D10 is #54B2EF. Grayscale: #626262. Windows color (decimal): -5550832 or 1068459. OLE color: 1068459.

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

Color convert

RGB 171 77 16 -
CMYK 0 0.55 0.91 0.33
HSL 23.61º 0.83% 0.37% -
HSV(B) 23.61º 0.91% 0.67% -
XYZ 19.54 14 2.16 -
YUV 98.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 171 77 16 0 0.55 0.91 0.33 23.61 0.83 0.37
Hex AB 4D 10 0 37 5B 21 18 53 25
Octal 253 115 20 0 67 133 41 30 123 45
Binary 10101011 1001101 10000 0 110111 1011011 100001 11000 1010011 100101

Color Harmonies of #AB4D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D10

Black with #AB4D10

Text Example


Text Example

White with #AB4D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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