Html Css Color HEX #AE4302 Rust

📋 copy color: '#AE4302'

red 174 ◦ green 67 ◦ blue 2

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

Shades of Rust #AE4302

Tints of Rust #AE4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 71.6%
G = 27.57%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4302 (or 0xAE4302) is known color: Rust. HEX triplet: AE, 43 and 02. RGB value is (174,67,2). Sum of RGB (Red+Green+Blue) = 174+67+2=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4302 is #51BCFD. Grayscale: #5B5B5B. Windows color (decimal): -5356798 or 148398. OLE color: 148398.

HSL color Cylindrical-coordinate representation of color #AE4302: hue angle of 22.67º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE4302 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 67 2 -
CMYK 0 0.61 0.99 0.32
HSL 22.67º 0.98% 0.35% -
HSV(B) 22.67º 0.99% 0.68% -
XYZ 19.47 13.02 1.54 -
YUV 91.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 174 67 2 0 0.61 0.99 0.32 22.67 0.98 0.35
Hex AE 43 2 0 3D 63 20 17 62 23
Octal 256 103 2 0 75 143 40 27 142 43
Binary 10101110 1000011 10 0 111101 1100011 100000 10111 1100010 100011

Color Harmonies of #AE4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4302

Black with #AE4302

Text Example


Text Example

White with #AE4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4302; }

 p { color: rgb(174,67,2); }

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

background-color css

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

 a { background-color: rgb(174,67,2); }

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

border-color css

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

 span { border-color: rgb(174,67,2); }

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