Html Css Color HEX #AE351A Rust

📋 copy color: '#AE351A'

red 174 ◦ green 53 ◦ blue 26

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

Shades of Rust #AE351A

Tints of Rust #AE351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 68.77%
G = 20.95%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE351A (or 0xAE351A) is known color: Rust. HEX triplet: AE, 35 and 1A. RGB value is (174,53,26). Sum of RGB (Red+Green+Blue) = 174+53+26=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE351A is #51CAE5. Grayscale: #565656. Windows color (decimal): -5360358 or 1717678. OLE color: 1717678.

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

Color convert

RGB 174 53 26 -
CMYK 0 0.70 0.85 0.32
HSL 10.95º 0.74% 0.39% -
HSV(B) 10.95º 0.85% 0.68% -
XYZ 18.92 11.62 2.22 -
YUV 86.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 174 53 26 0 0.70 0.85 0.32 10.95 0.74 0.39
Hex AE 35 1A 0 46 55 20 B 4A 27
Octal 256 65 32 0 106 125 40 13 112 47
Binary 10101110 110101 11010 0 1000110 1010101 100000 1011 1001010 100111

Color Harmonies of #AE351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE351A

Black with #AE351A

Text Example


Text Example

White with #AE351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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