Html Css Color HEX #AE330D Rust

📋 copy color: '#AE330D'

red 174 ◦ green 51 ◦ blue 13

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

Shades of Rust #AE330D

Tints of Rust #AE330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 73.11%
G = 21.43%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE330D (or 0xAE330D) is known color: Rust. HEX triplet: AE, 33 and 0D. RGB value is (174,51,13). Sum of RGB (Red+Green+Blue) = 174+51+13=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE330D is #51CCF2. Grayscale: #535353. Windows color (decimal): -5360883 or 865198. OLE color: 865198.

HSL color Cylindrical-coordinate representation of color #AE330D: hue angle of 14.16º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE330D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 51 13 -
CMYK 0 0.71 0.93 0.32
HSL 14.16º 0.86% 0.37% -
HSV(B) 14.16º 0.93% 0.68% -
XYZ 18.71 11.4 1.59 -
YUV 83.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 174 51 13 0 0.71 0.93 0.32 14.16 0.86 0.37
Hex AE 33 D 0 47 5D 20 E 56 25
Octal 256 63 15 0 107 135 40 16 126 45
Binary 10101110 110011 1101 0 1000111 1011101 100000 1110 1010110 100101

Color Harmonies of #AE330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE330D

Black with #AE330D

Text Example


Text Example

White with #AE330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE330D; }

 p { color: rgb(174,51,13); }

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

background-color css

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

 a { background-color: rgb(174,51,13); }

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

border-color css

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

 span { border-color: rgb(174,51,13); }

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