Html Css Color HEX #AE430D Rust

📋 copy color: '#AE430D'

red 174 ◦ green 67 ◦ blue 13

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

Shades of Rust #AE430D

Tints of Rust #AE430D

RGB

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

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

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

R = 68.5%
G = 26.38%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE430D (or 0xAE430D) is known color: Rust. HEX triplet: AE, 43 and 0D. RGB value is (174,67,13). Sum of RGB (Red+Green+Blue) = 174+67+13=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE430D is #51BCF2. Grayscale: #5D5D5D. Windows color (decimal): -5356787 or 869294. OLE color: 869294.

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

Color convert

RGB 174 67 13 -
CMYK 0 0.61 0.93 0.32
HSL 20.12º 0.86% 0.37% -
HSV(B) 20.12º 0.93% 0.68% -
XYZ 19.54 13.04 1.87 -
YUV 92.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 174 67 13 0 0.61 0.93 0.32 20.12 0.86 0.37
Hex AE 43 D 0 3D 5D 20 14 56 25
Octal 256 103 15 0 75 135 40 24 126 45
Binary 10101110 1000011 1101 0 111101 1011101 100000 10100 1010110 100101

Color Harmonies of #AE430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE430D

Black with #AE430D

Text Example


Text Example

White with #AE430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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