Html Css Color HEX #AE3601 Rust

📋 copy color: '#AE3601'

red 174 ◦ green 54 ◦ blue 1

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

Shades of Rust #AE3601

Tints of Rust #AE3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 75.98%
G = 23.58%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3601 (or 0xAE3601) is known color: Rust. HEX triplet: AE, 36 and 01. RGB value is (174,54,1). Sum of RGB (Red+Green+Blue) = 174+54+1=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3601 is #51C9FE. Grayscale: #545454. Windows color (decimal): -5360127 or 79534. OLE color: 79534.

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

Color convert

RGB 174 54 1 -
CMYK 0 0.69 0.99 0.32
HSL 18.38º 0.99% 0.34% -
HSV(B) 18.38º 0.99% 0.68% -
XYZ 18.78 11.64 1.29 -
YUV 83.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 174 54 1 0 0.69 0.99 0.32 18.38 0.99 0.34
Hex AE 36 1 0 45 63 20 12 63 22
Octal 256 66 1 0 105 143 40 22 143 42
Binary 10101110 110110 1 0 1000101 1100011 100000 10010 1100011 100010

Color Harmonies of #AE3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3601

Black with #AE3601

Text Example


Text Example

White with #AE3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3601; }

 p { color: rgb(174,54,1); }

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

background-color css

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

 a { background-color: rgb(174,54,1); }

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

border-color css

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

 span { border-color: rgb(174,54,1); }

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