Html Css Color HEX #AE451B Rust

📋 copy color: '#AE451B'

red 174 ◦ green 69 ◦ blue 27

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

Shades of Rust #AE451B

Tints of Rust #AE451B

RGB

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

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

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

R = 64.44%
G = 25.56%
B = 10%

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

#AE451B (or 0xAE451B) is known color: Rust. HEX triplet: AE, 45 and 1B. RGB value is (174,69,27). Sum of RGB (Red+Green+Blue) = 174+69+27=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE451B is #51BAE4. Grayscale: #5F5F5F. Windows color (decimal): -5356261 or 1787310. OLE color: 1787310.

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

Color convert

RGB 174 69 27 -
CMYK 0 0.60 0.84 0.32
HSL 17.14º 0.73% 0.39% -
HSV(B) 17.14º 0.84% 0.68% -
XYZ 19.78 13.33 2.57 -
YUV 95.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 174 69 27 0 0.60 0.84 0.32 17.14 0.73 0.39
Hex AE 45 1B 0 3C 54 20 11 49 27
Octal 256 105 33 0 74 124 40 21 111 47
Binary 10101110 1000101 11011 0 111100 1010100 100000 10001 1001001 100111

Color Harmonies of #AE451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE451B

Black with #AE451B

Text Example


Text Example

White with #AE451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE451B; }

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

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

background-color css

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

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

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

border-color css

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

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

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