Html Css Color HEX #AE3E0F Rust

📋 copy color: '#AE3E0F'

red 174 ◦ green 62 ◦ blue 15

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

Shades of Rust #AE3E0F

Tints of Rust #AE3E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 69.32%
G = 24.7%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE3E0F (or 0xAE3E0F) is known color: Rust. HEX triplet: AE, 3E and 0F. RGB value is (174,62,15). Sum of RGB (Red+Green+Blue) = 174+62+15=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E0F is #51C1F0. Grayscale: #5A5A5A. Windows color (decimal): -5358065 or 999086. OLE color: 999086.

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

Color convert

RGB 174 62 15 -
CMYK 0 0.64 0.91 0.32
HSL 17.74º 0.84% 0.37% -
HSV(B) 17.74º 0.91% 0.68% -
XYZ 19.26 12.48 1.85 -
YUV 90.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 174 62 15 0 0.64 0.91 0.32 17.74 0.84 0.37
Hex AE 3E F 0 40 5B 20 12 54 25
Octal 256 76 17 0 100 133 40 22 124 45
Binary 10101110 111110 1111 0 1000000 1011011 100000 10010 1010100 100101

Color Harmonies of #AE3E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E0F

Black with #AE3E0F

Text Example


Text Example

White with #AE3E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E0F; }

 p { color: rgb(174,62,15); }

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

background-color css

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

 a { background-color: rgb(174,62,15); }

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

border-color css

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

 span { border-color: rgb(174,62,15); }

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