Html Css Color HEX #AA2506 Rust

📋 copy color: '#AA2506'

red 170 ◦ green 37 ◦ blue 6

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

Shades of Rust #AA2506

Tints of Rust #AA2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 79.81%
G = 17.37%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA2506 (or 0xAA2506) is known color: Rust. HEX triplet: AA, 25 and 06. RGB value is (170,37,6). Sum of RGB (Red+Green+Blue) = 170+37+6=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2506 is #55DAF9. Grayscale: #494949. Windows color (decimal): -5626618 or 402858. OLE color: 402858.

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

Color convert

RGB 170 37 6 -
CMYK 0 0.78 0.96 0.33
HSL 11.34º 0.93% 0.35% -
HSV(B) 11.34º 0.96% 0.67% -
XYZ 17.27 9.88 1.17 -
YUV 73.23 90.06 197.02 -
System Red Green Blue C M Y K H S L
Decimal 170 37 6 0 0.78 0.96 0.33 11.34 0.93 0.35
Hex AA 25 6 0 4E 60 21 B 5D 23
Octal 252 45 6 0 116 140 41 13 135 43
Binary 10101010 100101 110 0 1001110 1100000 100001 1011 1011101 100011

Color Harmonies of #AA2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2506

Black with #AA2506

Text Example


Text Example

White with #AA2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2506; }

 p { color: rgb(170,37,6); }

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

background-color css

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

 a { background-color: rgb(170,37,6); }

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

border-color css

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

 span { border-color: rgb(170,37,6); }

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