Html Css Color HEX #AE451C Rust

📋 copy color: '#AE451C'

red 174 ◦ green 69 ◦ blue 28

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

Shades of Rust #AE451C

Tints of Rust #AE451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 64.21%
G = 25.46%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE451C (or 0xAE451C) is known color: Rust. HEX triplet: AE, 45 and 1C. RGB value is (174,69,28). Sum of RGB (Red+Green+Blue) = 174+69+28=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE451C is #51BAE3. Grayscale: #5F5F5F. Windows color (decimal): -5356260 or 1852846. OLE color: 1852846.

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

Color convert

RGB 174 69 28 -
CMYK 0 0.60 0.84 0.32
HSL 16.85º 0.72% 0.4% -
HSV(B) 16.85º 0.84% 0.68% -
XYZ 19.79 13.34 2.63 -
YUV 95.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 174 69 28 0 0.60 0.84 0.32 16.85 0.72 0.4
Hex AE 45 1C 0 3C 54 20 11 48 28
Octal 256 105 34 0 74 124 40 21 110 50
Binary 10101110 1000101 11100 0 111100 1010100 100000 10001 1001000 101000

Color Harmonies of #AE451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE451C

Black with #AE451C

Text Example


Text Example

White with #AE451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE451C; }

 p { color: rgb(174,69,28); }

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

background-color css

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

 a { background-color: rgb(174,69,28); }

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

border-color css

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

 span { border-color: rgb(174,69,28); }

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