Html Css Color HEX #AA421C Rust

📋 copy color: '#AA421C'

red 170 ◦ green 66 ◦ blue 28

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

Shades of Rust #AA421C

Tints of Rust #AA421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 64.39%
G = 25%
B = 10.61%

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

#AA421C (or 0xAA421C) is known color: Rust. HEX triplet: AA, 42 and 1C. RGB value is (170,66,28). Sum of RGB (Red+Green+Blue) = 170+66+28=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA421C is #55BDE3. Grayscale: #5D5D5D. Windows color (decimal): -5619172 or 1852074. OLE color: 1852074.

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

Color convert

RGB 170 66 28 -
CMYK 0 0.61 0.84 0.33
HSL 16.06º 0.72% 0.39% -
HSV(B) 16.06º 0.84% 0.67% -
XYZ 18.74 12.53 2.53 -
YUV 92.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 170 66 28 0 0.61 0.84 0.33 16.06 0.72 0.39
Hex AA 42 1C 0 3D 54 21 10 48 27
Octal 252 102 34 0 75 124 41 20 110 47
Binary 10101010 1000010 11100 0 111101 1010100 100001 10000 1001000 100111

Color Harmonies of #AA421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA421C

Black with #AA421C

Text Example


Text Example

White with #AA421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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