Html Css Color HEX #AE420C Rust

📋 copy color: '#AE420C'

red 174 ◦ green 66 ◦ blue 12

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

Shades of Rust #AE420C

Tints of Rust #AE420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 69.05%
G = 26.19%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE420C (or 0xAE420C) is known color: Rust. HEX triplet: AE, 42 and 0C. RGB value is (174,66,12). Sum of RGB (Red+Green+Blue) = 174+66+12=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE420C is #51BDF3. Grayscale: #5C5C5C. Windows color (decimal): -5357044 or 803502. OLE color: 803502.

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

Color convert

RGB 174 66 12 -
CMYK 0 0.62 0.93 0.32
HSL 20º 0.87% 0.36% -
HSV(B) 20º 0.93% 0.68% -
XYZ 19.47 12.92 1.82 -
YUV 92.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 174 66 12 0 0.62 0.93 0.32 20 0.87 0.36
Hex AE 42 C 0 3E 5D 20 14 57 24
Octal 256 102 14 0 76 135 40 24 127 44
Binary 10101110 1000010 1100 0 111110 1011101 100000 10100 1010111 100100

Color Harmonies of #AE420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE420C

Black with #AE420C

Text Example


Text Example

White with #AE420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE420C; }

 p { color: rgb(174,66,12); }

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

background-color css

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

 a { background-color: rgb(174,66,12); }

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

border-color css

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

 span { border-color: rgb(174,66,12); }

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