Html Css Color HEX #AA2702 Rust

📋 copy color: '#AA2702'

red 170 ◦ green 39 ◦ blue 2

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

Shades of Rust #AA2702

Tints of Rust #AA2702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 80.57%
G = 18.48%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2702 (or 0xAA2702) is known color: Rust. HEX triplet: AA, 27 and 02. RGB value is (170,39,2). Sum of RGB (Red+Green+Blue) = 170+39+2=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2702 is #55D8FD. Grayscale: #4A4A4A. Windows color (decimal): -5626110 or 141226. OLE color: 141226.

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

Color convert

RGB 170 39 2 -
CMYK 0 0.77 0.99 0.33
HSL 13.21º 0.98% 0.34% -
HSV(B) 13.21º 0.99% 0.67% -
XYZ 17.31 10 1.08 -
YUV 73.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 170 39 2 0 0.77 0.99 0.33 13.21 0.98 0.34
Hex AA 27 2 0 4D 63 21 D 62 22
Octal 252 47 2 0 115 143 41 15 142 42
Binary 10101010 100111 10 0 1001101 1100011 100001 1101 1100010 100010

Color Harmonies of #AA2702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2702

Black with #AA2702

Text Example


Text Example

White with #AA2702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2702; }

 p { color: rgb(170,39,2); }

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

background-color css

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

 a { background-color: rgb(170,39,2); }

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

border-color css

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

 span { border-color: rgb(170,39,2); }

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