Html Css Color HEX #AE3302 Rust

📋 copy color: '#AE3302'

red 174 ◦ green 51 ◦ blue 2

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

Shades of Rust #AE3302

Tints of Rust #AE3302

RGB

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

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

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

R = 76.65%
G = 22.47%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3302 (or 0xAE3302) is known color: Rust. HEX triplet: AE, 33 and 02. RGB value is (174,51,2). Sum of RGB (Red+Green+Blue) = 174+51+2=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3302 is #51CCFD. Grayscale: #525252. Windows color (decimal): -5360894 or 144302. OLE color: 144302.

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

Color convert

RGB 174 51 2 -
CMYK 0 0.71 0.99 0.32
HSL 17.09º 0.98% 0.35% -
HSV(B) 17.09º 0.99% 0.68% -
XYZ 18.65 11.37 1.27 -
YUV 82.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 174 51 2 0 0.71 0.99 0.32 17.09 0.98 0.35
Hex AE 33 2 0 47 63 20 11 62 23
Octal 256 63 2 0 107 143 40 21 142 43
Binary 10101110 110011 10 0 1000111 1100011 100000 10001 1100010 100011

Color Harmonies of #AE3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3302

Black with #AE3302

Text Example


Text Example

White with #AE3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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