Html Css Color HEX #AE3B0F Rust

📋 copy color: '#AE3B0F'

red 174 ◦ green 59 ◦ blue 15

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

Shades of Rust #AE3B0F

Tints of Rust #AE3B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

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

R = 70.16%
G = 23.79%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE3B0F (or 0xAE3B0F) is known color: Rust. HEX triplet: AE, 3B and 0F. RGB value is (174,59,15). Sum of RGB (Red+Green+Blue) = 174+59+15=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3B0F is #51C4F0. Grayscale: #585858. Windows color (decimal): -5358833 or 998318. OLE color: 998318.

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

Color convert

RGB 174 59 15 -
CMYK 0 0.66 0.91 0.32
HSL 16.6º 0.84% 0.37% -
HSV(B) 16.6º 0.91% 0.68% -
XYZ 19.11 12.16 1.79 -
YUV 88.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 174 59 15 0 0.66 0.91 0.32 16.6 0.84 0.37
Hex AE 3B F 0 42 5B 20 11 54 25
Octal 256 73 17 0 102 133 40 21 124 45
Binary 10101110 111011 1111 0 1000010 1011011 100000 10001 1010100 100101

Color Harmonies of #AE3B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3B0F

Black with #AE3B0F

Text Example


Text Example

White with #AE3B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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