Html Css Color HEX #AA401B Rust

📋 copy color: '#AA401B'

red 170 ◦ green 64 ◦ blue 27

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

Shades of Rust #AA401B

Tints of Rust #AA401B

RGB

 RED value IS 170 (66.8% from 255) = 65.13%

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 65.13%
G = 24.52%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA401B (or 0xAA401B) is known color: Rust. HEX triplet: AA, 40 and 1B. RGB value is (170,64,27). Sum of RGB (Red+Green+Blue) = 170+64+27=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA401B is #55BFE4. Grayscale: #5B5B5B. Windows color (decimal): -5619685 or 1786026. OLE color: 1786026.

HSL color Cylindrical-coordinate representation of color #AA401B: hue angle of 15.52º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA401B is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 27 -
CMYK 0 0.62 0.84 0.33
HSL 15.52º 0.73% 0.39% -
HSV(B) 15.52º 0.84% 0.67% -
XYZ 18.61 12.29 2.43 -
YUV 91.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 170 64 27 0 0.62 0.84 0.33 15.52 0.73 0.39
Hex AA 40 1B 0 3E 54 21 10 49 27
Octal 252 100 33 0 76 124 41 20 111 47
Binary 10101010 1000000 11011 0 111110 1010100 100001 10000 1001001 100111

Color Harmonies of #AA401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA401B

Black with #AA401B

Text Example


Text Example

White with #AA401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA401B; }

 p { color: rgb(170,64,27); }

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

background-color css

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

 a { background-color: rgb(170,64,27); }

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

border-color css

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

 span { border-color: rgb(170,64,27); }

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