Html Css Color HEX #AC3D07 Rust

📋 copy color: '#AC3D07'

red 172 ◦ green 61 ◦ blue 7

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

Shades of Rust #AC3D07

Tints of Rust #AC3D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 71.67%
G = 25.42%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC3D07 (or 0xAC3D07) is known color: Rust. HEX triplet: AC, 3D and 07. RGB value is (172,61,7). Sum of RGB (Red+Green+Blue) = 172+61+7=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D07 is #53C2F8. Grayscale: #585858. Windows color (decimal): -5489401 or 474540. OLE color: 474540.

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

Color convert

RGB 172 61 7 -
CMYK 0 0.65 0.96 0.33
HSL 19.64º 0.92% 0.35% -
HSV(B) 19.64º 0.96% 0.67% -
XYZ 18.72 12.12 1.55 -
YUV 88.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 172 61 7 0 0.65 0.96 0.33 19.64 0.92 0.35
Hex AC 3D 7 0 41 60 21 14 5C 23
Octal 254 75 7 0 101 140 41 24 134 43
Binary 10101100 111101 111 0 1000001 1100000 100001 10100 1011100 100011

Color Harmonies of #AC3D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D07

Black with #AC3D07

Text Example


Text Example

White with #AC3D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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