Html Css Color HEX #AA411B Rust

📋 copy color: '#AA411B'

red 170 ◦ green 65 ◦ blue 27

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

Shades of Rust #AA411B

Tints of Rust #AA411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 64.89%
G = 24.81%
B = 10.31%

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

#AA411B (or 0xAA411B) is known color: Rust. HEX triplet: AA, 41 and 1B. RGB value is (170,65,27). Sum of RGB (Red+Green+Blue) = 170+65+27=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA411B is #55BEE4. Grayscale: #5C5C5C. Windows color (decimal): -5619429 or 1786282. OLE color: 1786282.

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

Color convert

RGB 170 65 27 -
CMYK 0 0.62 0.84 0.33
HSL 15.94º 0.73% 0.39% -
HSV(B) 15.94º 0.84% 0.67% -
XYZ 18.67 12.41 2.45 -
YUV 92.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 170 65 27 0 0.62 0.84 0.33 15.94 0.73 0.39
Hex AA 41 1B 0 3E 54 21 10 49 27
Octal 252 101 33 0 76 124 41 20 111 47
Binary 10101010 1000001 11011 0 111110 1010100 100001 10000 1001001 100111

Color Harmonies of #AA411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA411B

Black with #AA411B

Text Example


Text Example

White with #AA411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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