Html Css Color HEX #AE3C02 Rust

📋 copy color: '#AE3C02'

red 174 ◦ green 60 ◦ blue 2

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

Shades of Rust #AE3C02

Tints of Rust #AE3C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

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

R = 73.73%
G = 25.42%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3C02 (or 0xAE3C02) is known color: Rust. HEX triplet: AE, 3C and 02. RGB value is (174,60,2). Sum of RGB (Red+Green+Blue) = 174+60+2=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C02 is #51C3FD. Grayscale: #575757. Windows color (decimal): -5358590 or 146606. OLE color: 146606.

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

Color convert

RGB 174 60 2 -
CMYK 0 0.66 0.99 0.32
HSL 20.23º 0.98% 0.35% -
HSV(B) 20.23º 0.99% 0.68% -
XYZ 19.08 12.23 1.41 -
YUV 87.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 174 60 2 0 0.66 0.99 0.32 20.23 0.98 0.35
Hex AE 3C 2 0 42 63 20 14 62 23
Octal 256 74 2 0 102 143 40 24 142 43
Binary 10101110 111100 10 0 1000010 1100011 100000 10100 1100010 100011

Color Harmonies of #AE3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C02

Black with #AE3C02

Text Example


Text Example

White with #AE3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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