Html Css Color HEX #AE461B Rust

📋 copy color: '#AE461B'

red 174 ◦ green 70 ◦ blue 27

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

Shades of Rust #AE461B

Tints of Rust #AE461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 64.21%
G = 25.83%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE461B (or 0xAE461B) is known color: Rust. HEX triplet: AE, 46 and 1B. RGB value is (174,70,27). Sum of RGB (Red+Green+Blue) = 174+70+27=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE461B is #51B9E4. Grayscale: #606060. Windows color (decimal): -5356005 or 1787566. OLE color: 1787566.

HSL color Cylindrical-coordinate representation of color #AE461B: hue angle of 17.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE461B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 27 -
CMYK 0 0.60 0.84 0.32
HSL 17.55º 0.73% 0.39% -
HSV(B) 17.55º 0.84% 0.68% -
XYZ 19.84 13.46 2.59 -
YUV 96.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 174 70 27 0 0.60 0.84 0.32 17.55 0.73 0.39
Hex AE 46 1B 0 3C 54 20 12 49 27
Octal 256 106 33 0 74 124 40 22 111 47
Binary 10101110 1000110 11011 0 111100 1010100 100000 10010 1001001 100111

Color Harmonies of #AE461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE461B

Black with #AE461B

Text Example


Text Example

White with #AE461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE461B; }

 p { color: rgb(174,70,27); }

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

background-color css

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

 a { background-color: rgb(174,70,27); }

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

border-color css

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

 span { border-color: rgb(174,70,27); }

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