Html Css Color HEX #AE430A Rust

📋 copy color: '#AE430A'

red 174 ◦ green 67 ◦ blue 10

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

Shades of Rust #AE430A

Tints of Rust #AE430A

RGB

 RED value IS 174 (68.36% from 255) = 69.32%

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 69.32%
G = 26.69%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE430A (or 0xAE430A) is known color: Rust. HEX triplet: AE, 43 and 0A. RGB value is (174,67,10). Sum of RGB (Red+Green+Blue) = 174+67+10=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE430A is #51BCF5. Grayscale: #5C5C5C. Windows color (decimal): -5356790 or 672686. OLE color: 672686.

HSL color Cylindrical-coordinate representation of color #AE430A: hue angle of 20.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE430A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 67 10 -
CMYK 0 0.61 0.94 0.32
HSL 20.85º 0.89% 0.36% -
HSV(B) 20.85º 0.94% 0.68% -
XYZ 19.52 13.03 1.77 -
YUV 92.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 174 67 10 0 0.61 0.94 0.32 20.85 0.89 0.36
Hex AE 43 A 0 3D 5E 20 15 59 24
Octal 256 103 12 0 75 136 40 25 131 44
Binary 10101110 1000011 1010 0 111101 1011110 100000 10101 1011001 100100

Color Harmonies of #AE430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE430A

Black with #AE430A

Text Example


Text Example

White with #AE430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE430A; }

 p { color: rgb(174,67,10); }

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

background-color css

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

 a { background-color: rgb(174,67,10); }

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

border-color css

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

 span { border-color: rgb(174,67,10); }

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