Html Css Color HEX #AC3E01 Rust

📋 copy color: '#AC3E01'

red 172 ◦ green 62 ◦ blue 1

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

Shades of Rust #AC3E01

Tints of Rust #AC3E01

RGB

 RED value IS 172 (67.58% from 255) = 73.19%

 GREEN value IS 62 (24.61% from 255) = 26.38%

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

R = 73.19%
G = 26.38%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3E01 (or 0xAC3E01) is known color: Rust. HEX triplet: AC, 3E and 01. RGB value is (172,62,1). Sum of RGB (Red+Green+Blue) = 172+62+1=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E01 is #53C1FE. Grayscale: #585858. Windows color (decimal): -5489151 or 81580. OLE color: 81580.

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

Color convert

RGB 172 62 1 -
CMYK 0 0.64 0.99 0.33
HSL 21.4º 0.99% 0.34% -
HSV(B) 21.4º 0.99% 0.67% -
XYZ 18.74 12.22 1.4 -
YUV 87.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 172 62 1 0 0.64 0.99 0.33 21.4 0.99 0.34
Hex AC 3E 1 0 40 63 21 15 63 22
Octal 254 76 1 0 100 143 41 25 143 42
Binary 10101100 111110 1 0 1000000 1100011 100001 10101 1100011 100010

Color Harmonies of #AC3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E01

Black with #AC3E01

Text Example


Text Example

White with #AC3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E01; }

 p { color: rgb(172,62,1); }

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

background-color css

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

 a { background-color: rgb(172,62,1); }

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

border-color css

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

 span { border-color: rgb(172,62,1); }

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