Html Css Color HEX #AA4103 Rust

📋 copy color: '#AA4103'

red 170 ◦ green 65 ◦ blue 3

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

Shades of Rust #AA4103

Tints of Rust #AA4103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 71.43%
G = 27.31%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA4103 (or 0xAA4103) is known color: Rust. HEX triplet: AA, 41 and 03. RGB value is (170,65,3). Sum of RGB (Red+Green+Blue) = 170+65+3=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4103 is #55BEFC. Grayscale: #595959. Windows color (decimal): -5619453 or 213418. OLE color: 213418.

HSL color Cylindrical-coordinate representation of color #AA4103: hue angle of 22.28º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA4103 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 65 3 -
CMYK 0 0.62 0.98 0.33
HSL 22.28º 0.97% 0.34% -
HSV(B) 22.28º 0.98% 0.67% -
XYZ 18.48 12.33 1.49 -
YUV 89.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 170 65 3 0 0.62 0.98 0.33 22.28 0.97 0.34
Hex AA 41 3 0 3E 62 21 16 61 22
Octal 252 101 3 0 76 142 41 26 141 42
Binary 10101010 1000001 11 0 111110 1100010 100001 10110 1100001 100010

Color Harmonies of #AA4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4103

Black with #AA4103

Text Example


Text Example

White with #AA4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4103; }

 p { color: rgb(170,65,3); }

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

background-color css

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

 a { background-color: rgb(170,65,3); }

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

border-color css

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

 span { border-color: rgb(170,65,3); }

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