Html Css Color HEX #AA2B00 Rust

📋 copy color: '#AA2B00'

red 170 ◦ green 43 ◦ blue 0

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

Shades of Rust #AA2B00

Tints of Rust #AA2B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.81%
G = 20.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA2B00 (or 0xAA2B00) is known color: Rust. HEX triplet: AA, 2B and 00. RGB value is (170,43,0). Sum of RGB (Red+Green+Blue) = 170+43+0=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B00 is #55D4FF. Grayscale: #4C4C4C. Windows color (decimal): -5625088 or 11178. OLE color: 11178.

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

Color convert

RGB 170 43 0 -
CMYK 0 0.75 1 0.33
HSL 15.18º 1% 0.33% -
HSV(B) 15.18º 1% 0.67% -
XYZ 17.44 10.27 1.06 -
YUV 76.07 85.08 195 -
System Red Green Blue C M Y K H S L
Decimal 170 43 0 0 0.75 1 0.33 15.18 1 0.33
Hex AA 2B 0 0 4B 64 21 F 64 21
Octal 252 53 0 0 113 144 41 17 144 41
Binary 10101010 101011 0 0 1001011 1100100 100001 1111 1100100 100001

Color Harmonies of #AA2B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B00

Black with #AA2B00

Text Example


Text Example

White with #AA2B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B00; }

 p { color: rgb(170,43,0); }

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

background-color css

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

 a { background-color: rgb(170,43,0); }

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

border-color css

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

 span { border-color: rgb(170,43,0); }

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