Html Css Color HEX #AC3601 Rust

📋 copy color: '#AC3601'

red 172 ◦ green 54 ◦ blue 1

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

Shades of Rust #AC3601

Tints of Rust #AC3601

RGB

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

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

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

R = 75.77%
G = 23.79%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3601 (or 0xAC3601) is known color: Rust. HEX triplet: AC, 36 and 01. RGB value is (172,54,1). Sum of RGB (Red+Green+Blue) = 172+54+1=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3601 is #53C9FE. Grayscale: #535353. Windows color (decimal): -5491199 or 79532. OLE color: 79532.

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

Color convert

RGB 172 54 1 -
CMYK 0 0.69 0.99 0.33
HSL 18.6º 0.99% 0.34% -
HSV(B) 18.6º 0.99% 0.67% -
XYZ 18.34 11.41 1.26 -
YUV 83.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 172 54 1 0 0.69 0.99 0.33 18.6 0.99 0.34
Hex AC 36 1 0 45 63 21 13 63 22
Octal 254 66 1 0 105 143 41 23 143 42
Binary 10101100 110110 1 0 1000101 1100011 100001 10011 1100011 100010

Color Harmonies of #AC3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3601

Black with #AC3601

Text Example


Text Example

White with #AC3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3601; }

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

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

background-color css

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

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

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

border-color css

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

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

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