Html Css Color HEX #AA381C Rust

📋 copy color: '#AA381C'

red 170 ◦ green 56 ◦ blue 28

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

Shades of Rust #AA381C

Tints of Rust #AA381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 66.93%
G = 22.05%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA381C (or 0xAA381C) is known color: Rust. HEX triplet: AA, 38 and 1C. RGB value is (170,56,28). Sum of RGB (Red+Green+Blue) = 170+56+28=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA381C is #55C7E3. Grayscale: #575757. Windows color (decimal): -5621732 or 1849514. OLE color: 1849514.

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

Color convert

RGB 170 56 28 -
CMYK 0 0.67 0.84 0.33
HSL 11.83º 0.72% 0.39% -
HSV(B) 11.83º 0.84% 0.67% -
XYZ 18.2 11.46 2.35 -
YUV 86.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 170 56 28 0 0.67 0.84 0.33 11.83 0.72 0.39
Hex AA 38 1C 0 43 54 21 C 48 27
Octal 252 70 34 0 103 124 41 14 110 47
Binary 10101010 111000 11100 0 1000011 1010100 100001 1100 1001000 100111

Color Harmonies of #AA381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA381C

Black with #AA381C

Text Example


Text Example

White with #AA381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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