Html Css Color HEX #AE440B Rust

📋 copy color: '#AE440B'

red 174 ◦ green 68 ◦ blue 11

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

Shades of Rust #AE440B

Tints of Rust #AE440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 11 (4.69% from 255) = 4.35%

R = 68.77%
G = 26.88%
B = 4.35%

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

#AE440B (or 0xAE440B) is known color: Rust. HEX triplet: AE, 44 and 0B. RGB value is (174,68,11). Sum of RGB (Red+Green+Blue) = 174+68+11=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE440B is #51BBF4. Grayscale: #5D5D5D. Windows color (decimal): -5356533 or 738478. OLE color: 738478.

HSL color Cylindrical-coordinate representation of color #AE440B: hue angle of 20.98º degrees, saturation: 0.88, 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 #AE440B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 11 -
CMYK 0 0.61 0.94 0.32
HSL 20.98º 0.88% 0.36% -
HSV(B) 20.98º 0.94% 0.68% -
XYZ 19.58 13.16 1.82 -
YUV 93.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 174 68 11 0 0.61 0.94 0.32 20.98 0.88 0.36
Hex AE 44 B 0 3D 5E 20 15 58 24
Octal 256 104 13 0 75 136 40 25 130 44
Binary 10101110 1000100 1011 0 111101 1011110 100000 10101 1011000 100100

Color Harmonies of #AE440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE440B

Black with #AE440B

Text Example


Text Example

White with #AE440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE440B; }

 p { color: rgb(174,68,11); }

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

background-color css

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

 a { background-color: rgb(174,68,11); }

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

border-color css

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

 span { border-color: rgb(174,68,11); }

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