Html Css Color HEX #AB4500 Rust

📋 copy color: '#AB4500'

red 171 ◦ green 69 ◦ blue 0

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

Shades of Rust #AB4500

Tints of Rust #AB4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.25%
G = 28.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB4500 (or 0xAB4500) is known color: Rust. HEX triplet: AB, 45 and 00. RGB value is (171,69,0). Sum of RGB (Red+Green+Blue) = 171+69+0=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4500 is #54BAFF. Grayscale: #5C5C5C. Windows color (decimal): -5552896 or 17835. OLE color: 17835.

HSL color Cylindrical-coordinate representation of color #AB4500: hue angle of 24.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB4500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 0 -
CMYK 0 0.60 1 0.33
HSL 24.21º 1% 0.34% -
HSV(B) 24.21º 1% 0.67% -
XYZ 18.92 12.91 1.5 -
YUV 91.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 171 69 0 0 0.60 1 0.33 24.21 1 0.34
Hex AB 45 0 0 3C 64 21 18 64 22
Octal 253 105 0 0 74 144 41 30 144 42
Binary 10101011 1000101 0 0 111100 1100100 100001 11000 1100100 100010

Color Harmonies of #AB4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4500

Black with #AB4500

Text Example


Text Example

White with #AB4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4500; }

 p { color: rgb(171,69,0); }

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

background-color css

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

 a { background-color: rgb(171,69,0); }

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

border-color css

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

 span { border-color: rgb(171,69,0); }

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