Html Css Color HEX #AE4B13 Rust

📋 copy color: '#AE4B13'

red 174 ◦ green 75 ◦ blue 19

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

Shades of Rust #AE4B13

Tints of Rust #AE4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 64.93%
G = 27.99%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4B13 (or 0xAE4B13) is known color: Rust. HEX triplet: AE, 4B and 13. RGB value is (174,75,19). Sum of RGB (Red+Green+Blue) = 174+75+19=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4B13 is #51B4EC. Grayscale: #626262. Windows color (decimal): -5354733 or 1264558. OLE color: 1264558.

HSL color Cylindrical-coordinate representation of color #AE4B13: hue angle of 21.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE4B13 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 75 19 -
CMYK 0 0.57 0.89 0.32
HSL 21.68º 0.8% 0.38% -
HSV(B) 21.68º 0.89% 0.68% -
XYZ 20.09 14.08 2.27 -
YUV 98.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 174 75 19 0 0.57 0.89 0.32 21.68 0.8 0.38
Hex AE 4B 13 0 39 59 20 16 50 26
Octal 256 113 23 0 71 131 40 26 120 46
Binary 10101110 1001011 10011 0 111001 1011001 100000 10110 1010000 100110

Color Harmonies of #AE4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4B13

Black with #AE4B13

Text Example


Text Example

White with #AE4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4B13; }

 p { color: rgb(174,75,19); }

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

background-color css

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

 a { background-color: rgb(174,75,19); }

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

border-color css

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

 span { border-color: rgb(174,75,19); }

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