Html Css Color HEX #AE3D1B Rust

📋 copy color: '#AE3D1B'

red 174 ◦ green 61 ◦ blue 27

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

Shades of Rust #AE3D1B

Tints of Rust #AE3D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 66.41%
G = 23.28%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE3D1B (or 0xAE3D1B) is known color: Rust. HEX triplet: AE, 3D and 1B. RGB value is (174,61,27). Sum of RGB (Red+Green+Blue) = 174+61+27=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D1B is #51C2E4. Grayscale: #5B5B5B. Windows color (decimal): -5358309 or 1785262. OLE color: 1785262.

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

Color convert

RGB 174 61 27 -
CMYK 0 0.65 0.84 0.32
HSL 13.88º 0.73% 0.39% -
HSV(B) 13.88º 0.84% 0.68% -
XYZ 19.32 12.42 2.41 -
YUV 90.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 174 61 27 0 0.65 0.84 0.32 13.88 0.73 0.39
Hex AE 3D 1B 0 41 54 20 E 49 27
Octal 256 75 33 0 101 124 40 16 111 47
Binary 10101110 111101 11011 0 1000001 1010100 100000 1110 1001001 100111

Color Harmonies of #AE3D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D1B

Black with #AE3D1B

Text Example


Text Example

White with #AE3D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D1B; }

 p { color: rgb(174,61,27); }

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

background-color css

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

 a { background-color: rgb(174,61,27); }

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

border-color css

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

 span { border-color: rgb(174,61,27); }

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