Html Css Color HEX #AC3101 Rust

📋 copy color: '#AC3101'

red 172 ◦ green 49 ◦ blue 1

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

Shades of Rust #AC3101

Tints of Rust #AC3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

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

R = 77.48%
G = 22.07%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3101 (or 0xAC3101) is known color: Rust. HEX triplet: AC, 31 and 01. RGB value is (172,49,1). Sum of RGB (Red+Green+Blue) = 172+49+1=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3101 is #53CEFE. Grayscale: #505050. Windows color (decimal): -5492479 or 78252. OLE color: 78252.

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

Color convert

RGB 172 49 1 -
CMYK 0 0.72 0.99 0.33
HSL 16.84º 0.99% 0.34% -
HSV(B) 16.84º 0.99% 0.67% -
XYZ 18.12 10.97 1.19 -
YUV 80.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 172 49 1 0 0.72 0.99 0.33 16.84 0.99 0.34
Hex AC 31 1 0 48 63 21 11 63 22
Octal 254 61 1 0 110 143 41 21 143 42
Binary 10101100 110001 1 0 1001000 1100011 100001 10001 1100011 100010

Color Harmonies of #AC3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3101

Black with #AC3101

Text Example


Text Example

White with #AC3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3101; }

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

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

background-color css

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

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

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

border-color css

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

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

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