Html Css Color HEX #AA430D Rust

📋 copy color: '#AA430D'

red 170 ◦ green 67 ◦ blue 13

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

Shades of Rust #AA430D

Tints of Rust #AA430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 68%
G = 26.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA430D (or 0xAA430D) is known color: Rust. HEX triplet: AA, 43 and 0D. RGB value is (170,67,13). Sum of RGB (Red+Green+Blue) = 170+67+13=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA430D is #55BCF2. Grayscale: #5B5B5B. Windows color (decimal): -5618931 or 869290. OLE color: 869290.

HSL color Cylindrical-coordinate representation of color #AA430D: hue angle of 20.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA430D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 67 13 -
CMYK 0 0.61 0.92 0.33
HSL 20.64º 0.86% 0.36% -
HSV(B) 20.64º 0.92% 0.67% -
XYZ 18.66 12.59 1.83 -
YUV 91.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 170 67 13 0 0.61 0.92 0.33 20.64 0.86 0.36
Hex AA 43 D 0 3D 5C 21 15 56 24
Octal 252 103 15 0 75 134 41 25 126 44
Binary 10101010 1000011 1101 0 111101 1011100 100001 10101 1010110 100100

Color Harmonies of #AA430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA430D

Black with #AA430D

Text Example


Text Example

White with #AA430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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