Html Css Color HEX #AE3F1C Rust

📋 copy color: '#AE3F1C'

red 174 ◦ green 63 ◦ blue 28

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

Shades of Rust #AE3F1C

Tints of Rust #AE3F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 65.66%
G = 23.77%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE3F1C (or 0xAE3F1C) is known color: Rust. HEX triplet: AE, 3F and 1C. RGB value is (174,63,28). Sum of RGB (Red+Green+Blue) = 174+63+28=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3F1C is #51C0E3. Grayscale: #5C5C5C. Windows color (decimal): -5357796 or 1851310. OLE color: 1851310.

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

Color convert

RGB 174 63 28 -
CMYK 0 0.64 0.84 0.32
HSL 14.38º 0.72% 0.4% -
HSV(B) 14.38º 0.84% 0.68% -
XYZ 19.44 12.64 2.51 -
YUV 92.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 174 63 28 0 0.64 0.84 0.32 14.38 0.72 0.4
Hex AE 3F 1C 0 40 54 20 E 48 28
Octal 256 77 34 0 100 124 40 16 110 50
Binary 10101110 111111 11100 0 1000000 1010100 100000 1110 1001000 101000

Color Harmonies of #AE3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F1C

Black with #AE3F1C

Text Example


Text Example

White with #AE3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F1C; }

 p { color: rgb(174,63,28); }

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

background-color css

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

 a { background-color: rgb(174,63,28); }

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

border-color css

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

 span { border-color: rgb(174,63,28); }

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