Html Css Color HEX #AA361C Rust

📋 copy color: '#AA361C'

red 170 ◦ green 54 ◦ blue 28

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

Shades of Rust #AA361C

Tints of Rust #AA361C

RGB

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

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

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

R = 67.46%
G = 21.43%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA361C (or 0xAA361C) is known color: Rust. HEX triplet: AA, 36 and 1C. RGB value is (170,54,28). Sum of RGB (Red+Green+Blue) = 170+54+28=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA361C is #55C9E3. Grayscale: #555555. Windows color (decimal): -5622244 or 1849002. OLE color: 1849002.

HSL color Cylindrical-coordinate representation of color #AA361C: hue angle of 10.99º 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 #AA361C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 54 28 -
CMYK 0 0.68 0.84 0.33
HSL 10.99º 0.72% 0.39% -
HSV(B) 10.99º 0.84% 0.67% -
XYZ 18.11 11.27 2.32 -
YUV 85.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 170 54 28 0 0.68 0.84 0.33 10.99 0.72 0.39
Hex AA 36 1C 0 44 54 21 B 48 27
Octal 252 66 34 0 104 124 41 13 110 47
Binary 10101010 110110 11100 0 1000100 1010100 100001 1011 1001000 100111

Color Harmonies of #AA361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA361C

Black with #AA361C

Text Example


Text Example

White with #AA361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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