Html Css Color HEX #AC3F09 Rust

📋 copy color: '#AC3F09'

red 172 ◦ green 63 ◦ blue 9

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

Shades of Rust #AC3F09

Tints of Rust #AC3F09

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 9 (3.91% from 255) = 3.69%

R = 70.49%
G = 25.82%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3F09 (or 0xAC3F09) is known color: Rust. HEX triplet: AC, 3F and 09. RGB value is (172,63,9). Sum of RGB (Red+Green+Blue) = 172+63+9=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F09 is #53C0F6. Grayscale: #595959. Windows color (decimal): -5488887 or 606124. OLE color: 606124.

HSL color Cylindrical-coordinate representation of color #AC3F09: hue angle of 19.88º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3F09 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 63 9 -
CMYK 0 0.63 0.95 0.33
HSL 19.88º 0.9% 0.35% -
HSV(B) 19.88º 0.95% 0.67% -
XYZ 18.84 12.35 1.65 -
YUV 89.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 172 63 9 0 0.63 0.95 0.33 19.88 0.9 0.35
Hex AC 3F 9 0 3F 5F 21 14 5A 23
Octal 254 77 11 0 77 137 41 24 132 43
Binary 10101100 111111 1001 0 111111 1011111 100001 10100 1011010 100011

Color Harmonies of #AC3F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F09

Black with #AC3F09

Text Example


Text Example

White with #AC3F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F09; }

 p { color: rgb(172,63,9); }

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

background-color css

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

 a { background-color: rgb(172,63,9); }

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

border-color css

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

 span { border-color: rgb(172,63,9); }

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