Html Css Color HEX #AC3501 Rust

📋 copy color: '#AC3501'

red 172 ◦ green 53 ◦ blue 1

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

Shades of Rust #AC3501

Tints of Rust #AC3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

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

R = 76.11%
G = 23.45%
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

#AC3501 (or 0xAC3501) is known color: Rust. HEX triplet: AC, 35 and 01. RGB value is (172,53,1). Sum of RGB (Red+Green+Blue) = 172+53+1=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3501 is #53CAFE. Grayscale: #525252. Windows color (decimal): -5491455 or 79276. OLE color: 79276.

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

Color convert

RGB 172 53 1 -
CMYK 0 0.69 0.99 0.33
HSL 18.25º 0.99% 0.34% -
HSV(B) 18.25º 0.99% 0.67% -
XYZ 18.29 11.32 1.25 -
YUV 82.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 172 53 1 0 0.69 0.99 0.33 18.25 0.99 0.34
Hex AC 35 1 0 45 63 21 12 63 22
Octal 254 65 1 0 105 143 41 22 143 42
Binary 10101100 110101 1 0 1000101 1100011 100001 10010 1100011 100010

Color Harmonies of #AC3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3501

Black with #AC3501

Text Example


Text Example

White with #AC3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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