Html Css Color HEX #AC3D13 Rust

📋 copy color: '#AC3D13'

red 172 ◦ green 61 ◦ blue 19

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

Shades of Rust #AC3D13

Tints of Rust #AC3D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 68.25%
G = 24.21%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC3D13 (or 0xAC3D13) is known color: Rust. HEX triplet: AC, 3D and 13. RGB value is (172,61,19). Sum of RGB (Red+Green+Blue) = 172+61+19=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D13 is #53C2EC. Grayscale: #595959. Windows color (decimal): -5489389 or 1260972. OLE color: 1260972.

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

Color convert

RGB 172 61 19 -
CMYK 0 0.65 0.89 0.33
HSL 16.47º 0.8% 0.37% -
HSV(B) 16.47º 0.89% 0.67% -
XYZ 18.8 12.16 1.97 -
YUV 89.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 172 61 19 0 0.65 0.89 0.33 16.47 0.8 0.37
Hex AC 3D 13 0 41 59 21 10 50 25
Octal 254 75 23 0 101 131 41 20 120 45
Binary 10101100 111101 10011 0 1000001 1011001 100001 10000 1010000 100101

Color Harmonies of #AC3D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D13

Black with #AC3D13

Text Example


Text Example

White with #AC3D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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