Html Css Color HEX #AA380B Rust

📋 copy color: '#AA380B'

red 170 ◦ green 56 ◦ blue 11

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

Shades of Rust #AA380B

Tints of Rust #AA380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 71.73%
G = 23.63%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA380B (or 0xAA380B) is known color: Rust. HEX triplet: AA, 38 and 0B. RGB value is (170,56,11). Sum of RGB (Red+Green+Blue) = 170+56+11=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA380B is #55C7F4. Grayscale: #555555. Windows color (decimal): -5621749 or 735402. OLE color: 735402.

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

Color convert

RGB 170 56 11 -
CMYK 0 0.67 0.94 0.33
HSL 16.98º 0.88% 0.35% -
HSV(B) 16.98º 0.94% 0.67% -
XYZ 18.05 11.4 1.57 -
YUV 84.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 170 56 11 0 0.67 0.94 0.33 16.98 0.88 0.35
Hex AA 38 B 0 43 5E 21 11 58 23
Octal 252 70 13 0 103 136 41 21 130 43
Binary 10101010 111000 1011 0 1000011 1011110 100001 10001 1011000 100011

Color Harmonies of #AA380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA380B

Black with #AA380B

Text Example


Text Example

White with #AA380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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