Html Css Color HEX #AC380C Rust

📋 copy color: '#AC380C'

red 172 ◦ green 56 ◦ blue 12

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

Shades of Rust #AC380C

Tints of Rust #AC380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 71.67%
G = 23.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC380C (or 0xAC380C) is known color: Rust. HEX triplet: AC, 38 and 0C. RGB value is (172,56,12). Sum of RGB (Red+Green+Blue) = 172+56+12=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC380C is #53C7F3. Grayscale: #555555. Windows color (decimal): -5490676 or 800940. OLE color: 800940.

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

Color convert

RGB 172 56 12 -
CMYK 0 0.67 0.93 0.33
HSL 16.5º 0.87% 0.36% -
HSV(B) 16.5º 0.93% 0.67% -
XYZ 18.49 11.63 1.62 -
YUV 85.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 172 56 12 0 0.67 0.93 0.33 16.5 0.87 0.36
Hex AC 38 C 0 43 5D 21 10 57 24
Octal 254 70 14 0 103 135 41 20 127 44
Binary 10101100 111000 1100 0 1000011 1011101 100001 10000 1010111 100100

Color Harmonies of #AC380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC380C

Black with #AC380C

Text Example


Text Example

White with #AC380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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