Html Css Color HEX #AA380E Rust

📋 copy color: '#AA380E'

red 170 ◦ green 56 ◦ blue 14

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

Shades of Rust #AA380E

Tints of Rust #AA380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 70.83%
G = 23.33%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA380E (or 0xAA380E) is known color: Rust. HEX triplet: AA, 38 and 0E. RGB value is (170,56,14). Sum of RGB (Red+Green+Blue) = 170+56+14=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA380E is #55C7F1. Grayscale: #555555. Windows color (decimal): -5621746 or 932010. OLE color: 932010.

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

Color convert

RGB 170 56 14 -
CMYK 0 0.67 0.92 0.33
HSL 16.15º 0.85% 0.36% -
HSV(B) 16.15º 0.92% 0.67% -
XYZ 18.07 11.41 1.66 -
YUV 85.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 170 56 14 0 0.67 0.92 0.33 16.15 0.85 0.36
Hex AA 38 E 0 43 5C 21 10 55 24
Octal 252 70 16 0 103 134 41 20 125 44
Binary 10101010 111000 1110 0 1000011 1011100 100001 10000 1010101 100100

Color Harmonies of #AA380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA380E

Black with #AA380E

Text Example


Text Example

White with #AA380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA380E; }

 p { color: rgb(170,56,14); }

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

background-color css

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

 a { background-color: rgb(170,56,14); }

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

border-color css

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

 span { border-color: rgb(170,56,14); }

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