Html Css Color HEX #AB4501 Rust

📋 copy color: '#AB4501'

red 171 ◦ green 69 ◦ blue 1

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

Shades of Rust #AB4501

Tints of Rust #AB4501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 70.95%
G = 28.63%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB4501 (or 0xAB4501) is known color: Rust. HEX triplet: AB, 45 and 01. RGB value is (171,69,1). Sum of RGB (Red+Green+Blue) = 171+69+1=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4501 is #54BAFE. Grayscale: #5C5C5C. Windows color (decimal): -5552895 or 83371. OLE color: 83371.

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

Color convert

RGB 171 69 1 -
CMYK 0 0.60 0.99 0.33
HSL 24º 0.99% 0.34% -
HSV(B) 24º 0.99% 0.67% -
XYZ 18.93 12.92 1.52 -
YUV 91.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 171 69 1 0 0.60 0.99 0.33 24 0.99 0.34
Hex AB 45 1 0 3C 63 21 18 63 22
Octal 253 105 1 0 74 143 41 30 143 42
Binary 10101011 1000101 1 0 111100 1100011 100001 11000 1100011 100010

Color Harmonies of #AB4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4501

Black with #AB4501

Text Example


Text Example

White with #AB4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4501; }

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

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

background-color css

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

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

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

border-color css

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

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

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