Html Css Color HEX #AC3710 Rust

📋 copy color: '#AC3710'

red 172 ◦ green 55 ◦ blue 16

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

Shades of Rust #AC3710

Tints of Rust #AC3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 70.78%
G = 22.63%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3710 (or 0xAC3710) is known color: Rust. HEX triplet: AC, 37 and 10. RGB value is (172,55,16). Sum of RGB (Red+Green+Blue) = 172+55+16=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3710 is #53C8EF. Grayscale: #555555. Windows color (decimal): -5490928 or 1062828. OLE color: 1062828.

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

Color convert

RGB 172 55 16 -
CMYK 0 0.68 0.91 0.33
HSL 15º 0.83% 0.37% -
HSV(B) 15º 0.91% 0.67% -
XYZ 18.47 11.54 1.74 -
YUV 85.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 172 55 16 0 0.68 0.91 0.33 15 0.83 0.37
Hex AC 37 10 0 44 5B 21 F 53 25
Octal 254 67 20 0 104 133 41 17 123 45
Binary 10101100 110111 10000 0 1000100 1011011 100001 1111 1010011 100101

Color Harmonies of #AC3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3710

Black with #AC3710

Text Example


Text Example

White with #AC3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3710; }

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

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

background-color css

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

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

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

border-color css

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

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

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