Html Css Color HEX #AA370F Rust

📋 copy color: '#AA370F'

red 170 ◦ green 55 ◦ blue 15

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

Shades of Rust #AA370F

Tints of Rust #AA370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 70.83%
G = 22.92%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA370F (or 0xAA370F) is known color: Rust. HEX triplet: AA, 37 and 0F. RGB value is (170,55,15). Sum of RGB (Red+Green+Blue) = 170+55+15=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA370F is #55C8F0. Grayscale: #555555. Windows color (decimal): -5622001 or 997290. OLE color: 997290.

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

Color convert

RGB 170 55 15 -
CMYK 0 0.68 0.91 0.33
HSL 15.48º 0.84% 0.36% -
HSV(B) 15.48º 0.91% 0.67% -
XYZ 18.03 11.31 1.69 -
YUV 84.83 88.6 188.75 -
System Red Green Blue C M Y K H S L
Decimal 170 55 15 0 0.68 0.91 0.33 15.48 0.84 0.36
Hex AA 37 F 0 44 5B 21 F 54 24
Octal 252 67 17 0 104 133 41 17 124 44
Binary 10101010 110111 1111 0 1000100 1011011 100001 1111 1010100 100100

Color Harmonies of #AA370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA370F

Black with #AA370F

Text Example


Text Example

White with #AA370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA370F; }

 p { color: rgb(170,55,15); }

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

background-color css

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

 a { background-color: rgb(170,55,15); }

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

border-color css

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

 span { border-color: rgb(170,55,15); }

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