Html Css Color HEX #AE450B Rust

📋 copy color: '#AE450B'

red 174 ◦ green 69 ◦ blue 11

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

Shades of Rust #AE450B

Tints of Rust #AE450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 68.5%
G = 27.17%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE450B (or 0xAE450B) is known color: Rust. HEX triplet: AE, 45 and 0B. RGB value is (174,69,11). Sum of RGB (Red+Green+Blue) = 174+69+11=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE450B is #51BAF4. Grayscale: #5E5E5E. Windows color (decimal): -5356277 or 738734. OLE color: 738734.

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

Color convert

RGB 174 69 11 -
CMYK 0 0.60 0.94 0.32
HSL 21.35º 0.88% 0.36% -
HSV(B) 21.35º 0.94% 0.68% -
XYZ 19.64 13.28 1.84 -
YUV 93.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 174 69 11 0 0.60 0.94 0.32 21.35 0.88 0.36
Hex AE 45 B 0 3C 5E 20 15 58 24
Octal 256 105 13 0 74 136 40 25 130 44
Binary 10101110 1000101 1011 0 111100 1011110 100000 10101 1011000 100100

Color Harmonies of #AE450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE450B

Black with #AE450B

Text Example


Text Example

White with #AE450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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