Html Css Color HEX #AC3D10 Rust

📋 copy color: '#AC3D10'

red 172 ◦ green 61 ◦ blue 16

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

Shades of Rust #AC3D10

Tints of Rust #AC3D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 69.08%
G = 24.5%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3D10 (or 0xAC3D10) is known color: Rust. HEX triplet: AC, 3D and 10. RGB value is (172,61,16). Sum of RGB (Red+Green+Blue) = 172+61+16=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D10 is #53C2EF. Grayscale: #595959. Windows color (decimal): -5489392 or 1064364. OLE color: 1064364.

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

Color convert

RGB 172 61 16 -
CMYK 0 0.65 0.91 0.33
HSL 17.31º 0.83% 0.37% -
HSV(B) 17.31º 0.91% 0.67% -
XYZ 18.78 12.15 1.84 -
YUV 89.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 172 61 16 0 0.65 0.91 0.33 17.31 0.83 0.37
Hex AC 3D 10 0 41 5B 21 11 53 25
Octal 254 75 20 0 101 133 41 21 123 45
Binary 10101100 111101 10000 0 1000001 1011011 100001 10001 1010011 100101

Color Harmonies of #AC3D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D10

Black with #AC3D10

Text Example


Text Example

White with #AC3D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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