Html Css Color HEX #AB4401 Rust

📋 copy color: '#AB4401'

red 171 ◦ green 68 ◦ blue 1

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

Shades of Rust #AB4401

Tints of Rust #AB4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

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

R = 71.25%
G = 28.33%
B = 0.42%

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

#AB4401 (or 0xAB4401) is known color: Rust. HEX triplet: AB, 44 and 01. RGB value is (171,68,1). Sum of RGB (Red+Green+Blue) = 171+68+1=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4401 is #54BBFE. Grayscale: #5B5B5B. Windows color (decimal): -5553151 or 83115. OLE color: 83115.

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

Color convert

RGB 171 68 1 -
CMYK 0 0.60 0.99 0.33
HSL 23.65º 0.99% 0.34% -
HSV(B) 23.65º 0.99% 0.67% -
XYZ 18.87 12.79 1.5 -
YUV 91.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 171 68 1 0 0.60 0.99 0.33 23.65 0.99 0.34
Hex AB 44 1 0 3C 63 21 18 63 22
Octal 253 104 1 0 74 143 41 30 143 42
Binary 10101011 1000100 1 0 111100 1100011 100001 11000 1100011 100010

Color Harmonies of #AB4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4401

Black with #AB4401

Text Example


Text Example

White with #AB4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4401; }

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

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

background-color css

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

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

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

border-color css

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

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

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