Html Css Color HEX #AA430F Rust

📋 copy color: '#AA430F'

red 170 ◦ green 67 ◦ blue 15

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

Shades of Rust #AA430F

Tints of Rust #AA430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 67.46%
G = 26.59%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA430F (or 0xAA430F) is known color: Rust. HEX triplet: AA, 43 and 0F. RGB value is (170,67,15). Sum of RGB (Red+Green+Blue) = 170+67+15=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA430F is #55BCF0. Grayscale: #5C5C5C. Windows color (decimal): -5618929 or 1000362. OLE color: 1000362.

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

Color convert

RGB 170 67 15 -
CMYK 0 0.61 0.91 0.33
HSL 20.13º 0.84% 0.36% -
HSV(B) 20.13º 0.91% 0.67% -
XYZ 18.67 12.59 1.9 -
YUV 91.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 170 67 15 0 0.61 0.91 0.33 20.13 0.84 0.36
Hex AA 43 F 0 3D 5B 21 14 54 24
Octal 252 103 17 0 75 133 41 24 124 44
Binary 10101010 1000011 1111 0 111101 1011011 100001 10100 1010100 100100

Color Harmonies of #AA430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA430F

Black with #AA430F

Text Example


Text Example

White with #AA430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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