Html Css Color HEX #AC380D Rust

📋 copy color: '#AC380D'

red 172 ◦ green 56 ◦ blue 13

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

Shades of Rust #AC380D

Tints of Rust #AC380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 71.37%
G = 23.24%
B = 5.39%

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

#AC380D (or 0xAC380D) is known color: Rust. HEX triplet: AC, 38 and 0D. RGB value is (172,56,13). Sum of RGB (Red+Green+Blue) = 172+56+13=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC380D is #53C7F2. Grayscale: #565656. Windows color (decimal): -5490675 or 866476. OLE color: 866476.

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

Color convert

RGB 172 56 13 -
CMYK 0 0.67 0.92 0.33
HSL 16.23º 0.86% 0.36% -
HSV(B) 16.23º 0.92% 0.67% -
XYZ 18.5 11.63 1.65 -
YUV 85.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 172 56 13 0 0.67 0.92 0.33 16.23 0.86 0.36
Hex AC 38 D 0 43 5C 21 10 56 24
Octal 254 70 15 0 103 134 41 20 126 44
Binary 10101100 111000 1101 0 1000011 1011100 100001 10000 1010110 100100

Color Harmonies of #AC380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC380D

Black with #AC380D

Text Example


Text Example

White with #AC380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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