Html Css Color HEX #AB500D Rust

📋 copy color: '#AB500D'

red 171 ◦ green 80 ◦ blue 13

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

Shades of Rust #AB500D

Tints of Rust #AB500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 64.77%
G = 30.3%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB500D (or 0xAB500D) is known color: Rust. HEX triplet: AB, 50 and 0D. RGB value is (171,80,13). Sum of RGB (Red+Green+Blue) = 171+80+13=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500D is #54AFF2. Grayscale: #636363. Windows color (decimal): -5550067 or 872619. OLE color: 872619.

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

Color convert

RGB 171 80 13 -
CMYK 0 0.53 0.92 0.33
HSL 25.44º 0.86% 0.36% -
HSV(B) 25.44º 0.92% 0.67% -
XYZ 19.74 14.42 2.12 -
YUV 99.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 171 80 13 0 0.53 0.92 0.33 25.44 0.86 0.36
Hex AB 50 D 0 35 5C 21 19 56 24
Octal 253 120 15 0 65 134 41 31 126 44
Binary 10101011 1010000 1101 0 110101 1011100 100001 11001 1010110 100100

Color Harmonies of #AB500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB500D

Black with #AB500D

Text Example


Text Example

White with #AB500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB500D; }

 p { color: rgb(171,80,13); }

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

background-color css

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

 a { background-color: rgb(171,80,13); }

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

border-color css

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

 span { border-color: rgb(171,80,13); }

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