Html Css Color HEX #AA431C Rust

📋 copy color: '#AA431C'

red 170 ◦ green 67 ◦ blue 28

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

Shades of Rust #AA431C

Tints of Rust #AA431C

RGB

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

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

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

R = 64.15%
G = 25.28%
B = 10.57%

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

#AA431C (or 0xAA431C) is known color: Rust. HEX triplet: AA, 43 and 1C. RGB value is (170,67,28). Sum of RGB (Red+Green+Blue) = 170+67+28=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA431C is #55BCE3. Grayscale: #5D5D5D. Windows color (decimal): -5618916 or 1852330. OLE color: 1852330.

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

Color convert

RGB 170 67 28 -
CMYK 0 0.61 0.84 0.33
HSL 16.48º 0.72% 0.39% -
HSV(B) 16.48º 0.84% 0.67% -
XYZ 18.79 12.64 2.55 -
YUV 93.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 170 67 28 0 0.61 0.84 0.33 16.48 0.72 0.39
Hex AA 43 1C 0 3D 54 21 10 48 27
Octal 252 103 34 0 75 124 41 20 110 47
Binary 10101010 1000011 11100 0 111101 1010100 100001 10000 1001000 100111

Color Harmonies of #AA431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA431C

Black with #AA431C

Text Example


Text Example

White with #AA431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA431C; }

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

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

background-color css

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

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

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

border-color css

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

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

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