Html Css Color HEX #AA2605 Rust

📋 copy color: '#AA2605'

red 170 ◦ green 38 ◦ blue 5

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

Shades of Rust #AA2605

Tints of Rust #AA2605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 79.81%
G = 17.84%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA2605 (or 0xAA2605) is known color: Rust. HEX triplet: AA, 26 and 05. RGB value is (170,38,5). Sum of RGB (Red+Green+Blue) = 170+38+5=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2605 is #55D9FA. Grayscale: #494949. Windows color (decimal): -5626363 or 337578. OLE color: 337578.

HSL color Cylindrical-coordinate representation of color #AA2605: hue angle of 12º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA2605 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 5 -
CMYK 0 0.78 0.97 0.33
HSL 12º 0.94% 0.34% -
HSV(B) 12º 0.97% 0.67% -
XYZ 17.3 9.94 1.15 -
YUV 73.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 170 38 5 0 0.78 0.97 0.33 12 0.94 0.34
Hex AA 26 5 0 4E 61 21 C 5E 22
Octal 252 46 5 0 116 141 41 14 136 42
Binary 10101010 100110 101 0 1001110 1100001 100001 1100 1011110 100010

Color Harmonies of #AA2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2605

Black with #AA2605

Text Example


Text Example

White with #AA2605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2605; }

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

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

background-color css

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

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

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

border-color css

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

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

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