Html Css Color HEX #AE431F Rust

📋 copy color: '#AE431F'

red 174 ◦ green 67 ◦ blue 31

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

Shades of Rust #AE431F

Tints of Rust #AE431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 63.97%
G = 24.63%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE431F (or 0xAE431F) is known color: Rust. HEX triplet: AE, 43 and 1F. RGB value is (174,67,31). Sum of RGB (Red+Green+Blue) = 174+67+31=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE431F is #51BCE0. Grayscale: #5F5F5F. Windows color (decimal): -5356769 or 2048942. OLE color: 2048942.

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

Color convert

RGB 174 67 31 -
CMYK 0 0.61 0.82 0.32
HSL 15.1º 0.7% 0.4% -
HSV(B) 15.1º 0.82% 0.68% -
XYZ 19.71 13.11 2.79 -
YUV 94.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 174 67 31 0 0.61 0.82 0.32 15.1 0.7 0.4
Hex AE 43 1F 0 3D 52 20 F 46 28
Octal 256 103 37 0 75 122 40 17 106 50
Binary 10101110 1000011 11111 0 111101 1010010 100000 1111 1000110 101000

Color Harmonies of #AE431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE431F

Black with #AE431F

Text Example


Text Example

White with #AE431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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