Html Css Color HEX #AA3A1B Rust

📋 copy color: '#AA3A1B'

red 170 ◦ green 58 ◦ blue 27

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

Shades of Rust #AA3A1B

Tints of Rust #AA3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

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

R = 66.67%
G = 22.75%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA3A1B (or 0xAA3A1B) is known color: Rust. HEX triplet: AA, 3A and 1B. RGB value is (170,58,27). Sum of RGB (Red+Green+Blue) = 170+58+27=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A1B is #55C5E4. Grayscale: #585858. Windows color (decimal): -5621221 or 1784490. OLE color: 1784490.

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

Color convert

RGB 170 58 27 -
CMYK 0 0.66 0.84 0.33
HSL 13.01º 0.73% 0.39% -
HSV(B) 13.01º 0.84% 0.67% -
XYZ 18.29 11.65 2.32 -
YUV 87.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 170 58 27 0 0.66 0.84 0.33 13.01 0.73 0.39
Hex AA 3A 1B 0 42 54 21 D 49 27
Octal 252 72 33 0 102 124 41 15 111 47
Binary 10101010 111010 11011 0 1000010 1010100 100001 1101 1001001 100111

Color Harmonies of #AA3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A1B

Black with #AA3A1B

Text Example


Text Example

White with #AA3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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