Html Css Color HEX #AE341A Rust

📋 copy color: '#AE341A'

red 174 ◦ green 52 ◦ blue 26

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

Shades of Rust #AE341A

Tints of Rust #AE341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 69.05%
G = 20.63%
B = 10.32%

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

#AE341A (or 0xAE341A) is known color: Rust. HEX triplet: AE, 34 and 1A. RGB value is (174,52,26). Sum of RGB (Red+Green+Blue) = 174+52+26=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE341A is #51CBE5. Grayscale: #555555. Windows color (decimal): -5360614 or 1717422. OLE color: 1717422.

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

Color convert

RGB 174 52 26 -
CMYK 0 0.70 0.85 0.32
HSL 10.54º 0.74% 0.39% -
HSV(B) 10.54º 0.85% 0.68% -
XYZ 18.87 11.53 2.21 -
YUV 85.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 174 52 26 0 0.70 0.85 0.32 10.54 0.74 0.39
Hex AE 34 1A 0 46 55 20 B 4A 27
Octal 256 64 32 0 106 125 40 13 112 47
Binary 10101110 110100 11010 0 1000110 1010101 100000 1011 1001010 100111

Color Harmonies of #AE341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE341A

Black with #AE341A

Text Example


Text Example

White with #AE341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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