Html Css Color HEX #AA2D02 Rust

📋 copy color: '#AA2D02'

red 170 ◦ green 45 ◦ blue 2

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

Shades of Rust #AA2D02

Tints of Rust #AA2D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

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

R = 78.34%
G = 20.74%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2D02 (or 0xAA2D02) is known color: Rust. HEX triplet: AA, 2D and 02. RGB value is (170,45,2). Sum of RGB (Red+Green+Blue) = 170+45+2=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D02 is #55D2FD. Grayscale: #4D4D4D. Windows color (decimal): -5624574 or 142762. OLE color: 142762.

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

Color convert

RGB 170 45 2 -
CMYK 0 0.74 0.99 0.33
HSL 15.36º 0.98% 0.34% -
HSV(B) 15.36º 0.99% 0.67% -
XYZ 17.53 10.43 1.15 -
YUV 77.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 170 45 2 0 0.74 0.99 0.33 15.36 0.98 0.34
Hex AA 2D 2 0 4A 63 21 F 62 22
Octal 252 55 2 0 112 143 41 17 142 42
Binary 10101010 101101 10 0 1001010 1100011 100001 1111 1100010 100010

Color Harmonies of #AA2D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2D02

Black with #AA2D02

Text Example


Text Example

White with #AA2D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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