Html Css Color HEX #AA431B Rust

📋 copy color: '#AA431B'

red 170 ◦ green 67 ◦ blue 27

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

Shades of Rust #AA431B

Tints of Rust #AA431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 64.39%
G = 25.38%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA431B (or 0xAA431B) is known color: Rust. HEX triplet: AA, 43 and 1B. RGB value is (170,67,27). Sum of RGB (Red+Green+Blue) = 170+67+27=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA431B is #55BCE4. Grayscale: #5D5D5D. Windows color (decimal): -5618917 or 1786794. OLE color: 1786794.

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

Color convert

RGB 170 67 27 -
CMYK 0 0.61 0.84 0.33
HSL 16.78º 0.73% 0.39% -
HSV(B) 16.78º 0.84% 0.67% -
XYZ 18.78 12.64 2.49 -
YUV 93.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 170 67 27 0 0.61 0.84 0.33 16.78 0.73 0.39
Hex AA 43 1B 0 3D 54 21 11 49 27
Octal 252 103 33 0 75 124 41 21 111 47
Binary 10101010 1000011 11011 0 111101 1010100 100001 10001 1001001 100111

Color Harmonies of #AA431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA431B

Black with #AA431B

Text Example


Text Example

White with #AA431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA431B; }

 p { color: rgb(170,67,27); }

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

background-color css

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

 a { background-color: rgb(170,67,27); }

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

border-color css

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

 span { border-color: rgb(170,67,27); }

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