Html Css Color HEX #AE3A02 Rust

📋 copy color: '#AE3A02'

red 174 ◦ green 58 ◦ blue 2

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

Shades of Rust #AE3A02

Tints of Rust #AE3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 74.36%
G = 24.79%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3A02 (or 0xAE3A02) is known color: Rust. HEX triplet: AE, 3A and 02. RGB value is (174,58,2). Sum of RGB (Red+Green+Blue) = 174+58+2=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A02 is #51C5FD. Grayscale: #565656. Windows color (decimal): -5359102 or 146094. OLE color: 146094.

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

Color convert

RGB 174 58 2 -
CMYK 0 0.67 0.99 0.32
HSL 19.53º 0.98% 0.35% -
HSV(B) 19.53º 0.99% 0.68% -
XYZ 18.98 12.03 1.38 -
YUV 86.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 174 58 2 0 0.67 0.99 0.32 19.53 0.98 0.35
Hex AE 3A 2 0 43 63 20 14 62 23
Octal 256 72 2 0 103 143 40 24 142 43
Binary 10101110 111010 10 0 1000011 1100011 100000 10100 1100010 100011

Color Harmonies of #AE3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A02

Black with #AE3A02

Text Example


Text Example

White with #AE3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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