#AA361B

Color #AA361B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AA361B

Tints of Rust #AA361B

Color information

#AA361B (or 0xAA361B) is unknown color: approx Rust. HEX triplet: AA, 36 and 1B. RGB value is (170,54,27). Sum of RGB (Red+Green+Blue) = 170+54+27=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA361B is #55C9E4. Grayscale: #555555. Windows color (decimal): -5622245 or 1783466. OLE color: 1783466.

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

Color convert

RGB1705427-
CMYK00.680.840.33
HSL11.33º72.59%38.63%-
HSV(B)11.33º84.12%66.67%-
XYZ18.0911.262.26-
YUV85.6194.93188.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.73%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 27 (10.94% from 255) = 10.76%
R=67.73%
G=21.51%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170542700.680.840.3311.3372.5938.63
HexAA361B0445421b4927
Octal25266330104124411311147
Binary101010101101101101101000100101010010000110111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA361B; }

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

 H1.HeaderClassName
 {
   color: #AA361B;
 }
 .AnyTagClassName
 {
   color: #AA361B;
 }
</style>
background-color css

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

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

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

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

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

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