Html Css Color HEX #AE341B Rust

📋 copy color: '#AE341B'

red 174 ◦ green 52 ◦ blue 27

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

Shades of Rust #AE341B

Tints of Rust #AE341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 68.77%
G = 20.55%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE341B (or 0xAE341B) is known color: Rust. HEX triplet: AE, 34 and 1B. RGB value is (174,52,27). Sum of RGB (Red+Green+Blue) = 174+52+27=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE341B is #51CBE4. Grayscale: #555555. Windows color (decimal): -5360613 or 1782958. OLE color: 1782958.

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

Color convert

RGB 174 52 27 -
CMYK 0 0.70 0.84 0.32
HSL 10.2º 0.73% 0.39% -
HSV(B) 10.2º 0.84% 0.68% -
XYZ 18.88 11.53 2.27 -
YUV 85.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 174 52 27 0 0.70 0.84 0.32 10.2 0.73 0.39
Hex AE 34 1B 0 46 54 20 A 49 27
Octal 256 64 33 0 106 124 40 12 111 47
Binary 10101110 110100 11011 0 1000110 1010100 100000 1010 1001001 100111

Color Harmonies of #AE341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE341B

Black with #AE341B

Text Example


Text Example

White with #AE341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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