Html Css Color HEX #AC390D Rust

📋 copy color: '#AC390D'

red 172 ◦ green 57 ◦ blue 13

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

Shades of Rust #AC390D

Tints of Rust #AC390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 71.07%
G = 23.55%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC390D (or 0xAC390D) is known color: Rust. HEX triplet: AC, 39 and 0D. RGB value is (172,57,13). Sum of RGB (Red+Green+Blue) = 172+57+13=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC390D is #53C6F2. Grayscale: #565656. Windows color (decimal): -5490419 or 866732. OLE color: 866732.

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

Color convert

RGB 172 57 13 -
CMYK 0 0.67 0.92 0.33
HSL 16.6º 0.86% 0.36% -
HSV(B) 16.6º 0.92% 0.67% -
XYZ 18.55 11.73 1.67 -
YUV 86.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 172 57 13 0 0.67 0.92 0.33 16.6 0.86 0.36
Hex AC 39 D 0 43 5C 21 11 56 24
Octal 254 71 15 0 103 134 41 21 126 44
Binary 10101100 111001 1101 0 1000011 1011100 100001 10001 1010110 100100

Color Harmonies of #AC390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC390D

Black with #AC390D

Text Example


Text Example

White with #AC390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC390D; }

 p { color: rgb(172,57,13); }

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

background-color css

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

 a { background-color: rgb(172,57,13); }

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

border-color css

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

 span { border-color: rgb(172,57,13); }

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