Html Css Color HEX #AE421B Rust

📋 copy color: '#AE421B'

red 174 ◦ green 66 ◦ blue 27

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

Shades of Rust #AE421B

Tints of Rust #AE421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 65.17%
G = 24.72%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE421B (or 0xAE421B) is known color: Rust. HEX triplet: AE, 42 and 1B. RGB value is (174,66,27). Sum of RGB (Red+Green+Blue) = 174+66+27=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE421B is #51BDE4. Grayscale: #5E5E5E. Windows color (decimal): -5357029 or 1786542. OLE color: 1786542.

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

Color convert

RGB 174 66 27 -
CMYK 0 0.62 0.84 0.32
HSL 15.92º 0.73% 0.39% -
HSV(B) 15.92º 0.84% 0.68% -
XYZ 19.6 12.97 2.51 -
YUV 93.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 174 66 27 0 0.62 0.84 0.32 15.92 0.73 0.39
Hex AE 42 1B 0 3E 54 20 10 49 27
Octal 256 102 33 0 76 124 40 20 111 47
Binary 10101110 1000010 11011 0 111110 1010100 100000 10000 1001001 100111

Color Harmonies of #AE421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE421B

Black with #AE421B

Text Example


Text Example

White with #AE421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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