Html Css Color HEX #AA360C Rust

📋 copy color: '#AA360C'

red 170 ◦ green 54 ◦ blue 12

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

Shades of Rust #AA360C

Tints of Rust #AA360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 72.03%
G = 22.88%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA360C (or 0xAA360C) is known color: Rust. HEX triplet: AA, 36 and 0C. RGB value is (170,54,12). Sum of RGB (Red+Green+Blue) = 170+54+12=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA360C is #55C9F3. Grayscale: #545454. Windows color (decimal): -5622260 or 800426. OLE color: 800426.

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

Color convert

RGB 170 54 12 -
CMYK 0 0.68 0.93 0.33
HSL 15.95º 0.87% 0.36% -
HSV(B) 15.95º 0.93% 0.67% -
XYZ 17.96 11.21 1.56 -
YUV 83.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 170 54 12 0 0.68 0.93 0.33 15.95 0.87 0.36
Hex AA 36 C 0 44 5D 21 10 57 24
Octal 252 66 14 0 104 135 41 20 127 44
Binary 10101010 110110 1100 0 1000100 1011101 100001 10000 1010111 100100

Color Harmonies of #AA360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA360C

Black with #AA360C

Text Example


Text Example

White with #AA360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA360C; }

 p { color: rgb(170,54,12); }

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

background-color css

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

 a { background-color: rgb(170,54,12); }

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

border-color css

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

 span { border-color: rgb(170,54,12); }

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