Html Css Color HEX #AA2601 Rust

📋 copy color: '#AA2601'

red 170 ◦ green 38 ◦ blue 1

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

Shades of Rust #AA2601

Tints of Rust #AA2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 81.34%
G = 18.18%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2601 (or 0xAA2601) is known color: Rust. HEX triplet: AA, 26 and 01. RGB value is (170,38,1). Sum of RGB (Red+Green+Blue) = 170+38+1=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2601 is #55D9FE. Grayscale: #494949. Windows color (decimal): -5626367 or 75434. OLE color: 75434.

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

Color convert

RGB 170 38 1 -
CMYK 0 0.78 0.99 0.33
HSL 13.14º 0.99% 0.34% -
HSV(B) 13.14º 0.99% 0.67% -
XYZ 17.28 9.93 1.04 -
YUV 73.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 170 38 1 0 0.78 0.99 0.33 13.14 0.99 0.34
Hex AA 26 1 0 4E 63 21 D 63 22
Octal 252 46 1 0 116 143 41 15 143 42
Binary 10101010 100110 1 0 1001110 1100011 100001 1101 1100011 100010

Color Harmonies of #AA2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2601

Black with #AA2601

Text Example


Text Example

White with #AA2601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2601; }

 p { color: rgb(170,38,1); }

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

background-color css

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

 a { background-color: rgb(170,38,1); }

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

border-color css

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

 span { border-color: rgb(170,38,1); }

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