Html Css Color HEX #AE4300 Rust

📋 copy color: '#AE4300'

red 174 ◦ green 67 ◦ blue 0

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

Shades of Rust #AE4300

Tints of Rust #AE4300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.2%
G = 27.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE4300 (or 0xAE4300) is known color: Rust. HEX triplet: AE, 43 and 00. RGB value is (174,67,0). Sum of RGB (Red+Green+Blue) = 174+67+0=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4300 is #51BCFF. Grayscale: #5B5B5B. Windows color (decimal): -5356800 or 17326. OLE color: 17326.

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

Color convert

RGB 174 67 0 -
CMYK 0 0.61 1 0.32
HSL 23.1º 1% 0.34% -
HSV(B) 23.1º 1% 0.68% -
XYZ 19.46 13.01 1.49 -
YUV 91.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 174 67 0 0 0.61 1 0.32 23.1 1 0.34
Hex AE 43 0 0 3D 64 20 17 64 22
Octal 256 103 0 0 75 144 40 27 144 42
Binary 10101110 1000011 0 0 111101 1100100 100000 10111 1100100 100010

Color Harmonies of #AE4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4300

Black with #AE4300

Text Example


Text Example

White with #AE4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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