Html Css Color HEX #AE361C Rust

📋 copy color: '#AE361C'

red 174 ◦ green 54 ◦ blue 28

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

Shades of Rust #AE361C

Tints of Rust #AE361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 67.97%
G = 21.09%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE361C (or 0xAE361C) is known color: Rust. HEX triplet: AE, 36 and 1C. RGB value is (174,54,28). Sum of RGB (Red+Green+Blue) = 174+54+28=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE361C is #51C9E3. Grayscale: #575757. Windows color (decimal): -5360100 or 1849006. OLE color: 1849006.

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

Color convert

RGB 174 54 28 -
CMYK 0 0.69 0.84 0.32
HSL 10.68º 0.72% 0.4% -
HSV(B) 10.68º 0.84% 0.68% -
XYZ 18.98 11.72 2.36 -
YUV 86.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 174 54 28 0 0.69 0.84 0.32 10.68 0.72 0.4
Hex AE 36 1C 0 45 54 20 B 48 28
Octal 256 66 34 0 105 124 40 13 110 50
Binary 10101110 110110 11100 0 1000101 1010100 100000 1011 1001000 101000

Color Harmonies of #AE361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE361C

Black with #AE361C

Text Example


Text Example

White with #AE361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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