Html Css Color HEX #AB500C Rust

📋 copy color: '#AB500C'

red 171 ◦ green 80 ◦ blue 12

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

Shades of Rust #AB500C

Tints of Rust #AB500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 65.02%
G = 30.42%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB500C (or 0xAB500C) is known color: Rust. HEX triplet: AB, 50 and 0C. RGB value is (171,80,12). Sum of RGB (Red+Green+Blue) = 171+80+12=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500C is #54AFF3. Grayscale: #636363. Windows color (decimal): -5550068 or 807083. OLE color: 807083.

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

Color convert

RGB 171 80 12 -
CMYK 0 0.53 0.93 0.33
HSL 25.66º 0.87% 0.36% -
HSV(B) 25.66º 0.93% 0.67% -
XYZ 19.73 14.42 2.09 -
YUV 99.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 171 80 12 0 0.53 0.93 0.33 25.66 0.87 0.36
Hex AB 50 C 0 35 5D 21 1A 57 24
Octal 253 120 14 0 65 135 41 32 127 44
Binary 10101011 1010000 1100 0 110101 1011101 100001 11010 1010111 100100

Color Harmonies of #AB500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB500C

Black with #AB500C

Text Example


Text Example

White with #AB500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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