Html Css Color HEX #AC3D09 Rust

📋 copy color: '#AC3D09'

red 172 ◦ green 61 ◦ blue 9

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

Shades of Rust #AC3D09

Tints of Rust #AC3D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.21%

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

R = 71.07%
G = 25.21%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3D09 (or 0xAC3D09) is known color: Rust. HEX triplet: AC, 3D and 09. RGB value is (172,61,9). Sum of RGB (Red+Green+Blue) = 172+61+9=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D09 is #53C2F6. Grayscale: #585858. Windows color (decimal): -5489399 or 605612. OLE color: 605612.

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

Color convert

RGB 172 61 9 -
CMYK 0 0.65 0.95 0.33
HSL 19.14º 0.9% 0.35% -
HSV(B) 19.14º 0.95% 0.67% -
XYZ 18.73 12.13 1.61 -
YUV 88.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 172 61 9 0 0.65 0.95 0.33 19.14 0.9 0.35
Hex AC 3D 9 0 41 5F 21 13 5A 23
Octal 254 75 11 0 101 137 41 23 132 43
Binary 10101100 111101 1001 0 1000001 1011111 100001 10011 1011010 100011

Color Harmonies of #AC3D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D09

Black with #AC3D09

Text Example


Text Example

White with #AC3D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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