Html Css Color HEX #AE361A Rust

📋 copy color: '#AE361A'

red 174 ◦ green 54 ◦ blue 26

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

Shades of Rust #AE361A

Tints of Rust #AE361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 68.5%
G = 21.26%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE361A (or 0xAE361A) is known color: Rust. HEX triplet: AE, 36 and 1A. RGB value is (174,54,26). Sum of RGB (Red+Green+Blue) = 174+54+26=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE361A is #51C9E5. Grayscale: #565656. Windows color (decimal): -5360102 or 1717934. OLE color: 1717934.

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

Color convert

RGB 174 54 26 -
CMYK 0 0.69 0.85 0.32
HSL 11.35º 0.74% 0.39% -
HSV(B) 11.35º 0.85% 0.68% -
XYZ 18.96 11.71 2.24 -
YUV 86.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 174 54 26 0 0.69 0.85 0.32 11.35 0.74 0.39
Hex AE 36 1A 0 45 55 20 B 4A 27
Octal 256 66 32 0 105 125 40 13 112 47
Binary 10101110 110110 11010 0 1000101 1010101 100000 1011 1001010 100111

Color Harmonies of #AE361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE361A

Black with #AE361A

Text Example


Text Example

White with #AE361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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